Html Css Color HEX #EFDB77 Flax

📋 copy color: '#EFDB77'

red 239 ◦ green 219 ◦ blue 119

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

Shades of Flax #EFDB77

Tints of Flax #EFDB77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 20.62%

R = 41.42%
G = 37.95%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFDB77 (or 0xEFDB77) is known color: Flax. HEX triplet: EF, DB and 77. RGB value is (239,219,119). Sum of RGB (Red+Green+Blue) = 239+219+119=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 119 (46.88% from 255 or 20.62% from 577); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDB77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDB77 is #102488. Grayscale: #D5D5D5. Windows color (decimal): -1057929 or 7855087. OLE color: 7855087.

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

Color convert

RGB 239 219 119 -
CMYK 0 0.08 0.50 0.06
HSL 50º 0.79% 0.7% -
HSV(B) 50º 0.5% 0.94% -
XYZ 64.26 70.35 27.64 -
YUV 213.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 239 219 119 0 0.08 0.50 0.06 50 0.79 0.7
Hex EF DB 77 0 8 32 6 32 4F 46
Octal 357 333 167 0 10 62 6 62 117 106
Binary 11101111 11011011 1110111 0 1000 110010 110 110010 1001111 1000110

Color Harmonies of #EFDB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFDB77

Black with #EFDB77

Text Example


Text Example

White with #EFDB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFDB77; }

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

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

background-color css

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

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

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

border-color css

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

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

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