Html Css Color HEX #EFDB79 Flax

📋 copy color: '#EFDB79'

red 239 ◦ green 219 ◦ blue 121

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

Shades of Flax #EFDB79

Tints of Flax #EFDB79

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.82%

 BLUE value IS 121 (47.66% from 255) = 20.9%

R = 41.28%
G = 37.82%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFDB79 (or 0xEFDB79) is known color: Flax. HEX triplet: EF, DB and 79. RGB value is (239,219,121). Sum of RGB (Red+Green+Blue) = 239+219+121=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 219 (85.94% from 255 or 37.82% from 579); Blue value is 121 (47.66% from 255 or 20.90% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB79 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB79 is #102486. Grayscale: #D6D6D6. Windows color (decimal): -1057927 or 7986159. OLE color: 7986159.

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

Color convert

RGB 239 219 121 -
CMYK 0 0.08 0.49 0.06
HSL 49.83º 0.79% 0.71% -
HSV(B) 49.83º 0.49% 0.94% -
XYZ 64.38 70.39 28.28 -
YUV 213.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 239 219 121 0 0.08 0.49 0.06 49.83 0.79 0.71
Hex EF DB 79 0 8 31 6 32 4F 47
Octal 357 333 171 0 10 61 6 62 117 107
Binary 11101111 11011011 1111001 0 1000 110001 110 110010 1001111 1000111

Color Harmonies of #EFDB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB79

Black with #EFDB79

Text Example


Text Example

White with #EFDB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB79; }

 p { color: rgb(239,219,121); }

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

background-color css

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

 a { background-color: rgb(239,219,121); }

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

border-color css

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

 span { border-color: rgb(239,219,121); }

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