Html Css Color HEX #EFDC81 Flax

📋 copy color: '#EFDC81'

red 239 ◦ green 220 ◦ blue 129

#EFDC81
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Flax #EFDC81

Tints of Flax #EFDC81

RGB

 RED value IS 239 (93.75% from 255) = 40.65%

 GREEN value IS 220 (86.33% from 255) = 37.41%

 BLUE value IS 129 (50.78% from 255) = 21.94%

R = 40.65%
G = 37.41%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EFDC81 (or 0xEFDC81) is known color: Flax. HEX triplet: EF, DC and 81. RGB value is (239,220,129). Sum of RGB (Red+Green+Blue) = 239+220+129=588 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.65% from 588); Green value is 220 (86.33% from 255 or 37.41% from 588); Blue value is 129 (50.78% from 255 or 21.94% from 588); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDC81 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDC81 is #10237E. Grayscale: #D7D7D7. Windows color (decimal): -1057663 or 8510703. OLE color: 8510703.

HSL color Cylindrical-coordinate representation of color #EFDC81: hue angle of 49.64º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFDC81 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 220 129 -
CMYK 0 0.08 0.46 0.06
HSL 49.64º 0.77% 0.72% -
HSV(B) 49.64º 0.46% 0.94% -
XYZ 65.15 71.12 31.06 -
YUV 215.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 239 220 129 0 0.08 0.46 0.06 49.64 0.77 0.72
Hex EF DC 81 0 8 2E 6 32 4D 48
Octal 357 334 201 0 10 56 6 62 115 110
Binary 11101111 11011100 10000001 0 1000 101110 110 110010 1001101 1001000

Color Harmonies of #EFDC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDC81

Black with #EFDC81

Text Example


Text Example

White with #EFDC81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDC81; }

 p { color: rgb(239,220,129); }

 H1.HeaderClassName
 {
   color: #EFDC81;
 }
 .AnyTagClassName
 {
   color: #EFDC81;
 }
</style>

background-color css

<style>
 a { background-color: #EFDC81; }

 a { background-color: rgb(239,220,129); }

 div.DivClassName
 {
   background-color: #EFDC81;
 }
 .BgClassName
 {
   background-color: #EFDC81;
 }
</style>

border-color css

<style>
 span { border-color: #EFDC81; }

 span { border-color: rgb(239,220,129); }

 td.TdClassName
 {
   border-color: #EFDC81;
 }
 .TagClassName
 {
   border-color: #EFDC81;
 }
</style>