Html Css Color HEX #EEDB78 Flax

📋 copy color: '#EEDB78'

red 238 ◦ green 219 ◦ blue 120

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

Shades of Flax #EEDB78

Tints of Flax #EEDB78

RGB

 RED value IS 238 (93.36% from 255) = 41.25%

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

 BLUE value IS 120 (47.27% from 255) = 20.8%

R = 41.25%
G = 37.95%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EEDB78 (or 0xEEDB78) is known color: Flax. HEX triplet: EE, DB and 78. RGB value is (238,219,120). Sum of RGB (Red+Green+Blue) = 238+219+120=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 219 (85.94% from 255 or 37.95% from 577); Blue value is 120 (47.27% from 255 or 20.80% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDB78 is #112487. Grayscale: #D5D5D5. Windows color (decimal): -1123464 or 7920622. OLE color: 7920622.

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

Color convert

RGB 238 219 120 -
CMYK 0 0.08 0.50 0.07
HSL 50.34º 0.78% 0.7% -
HSV(B) 50.34º 0.5% 0.93% -
XYZ 63.98 70.2 27.95 -
YUV 213.4 75.29 145.55 -
System Red Green Blue C M Y K H S L
Decimal 238 219 120 0 0.08 0.50 0.07 50.34 0.78 0.7
Hex EE DB 78 0 8 32 7 32 4E 46
Octal 356 333 170 0 10 62 7 62 116 106
Binary 11101110 11011011 1111000 0 1000 110010 111 110010 1001110 1000110

Color Harmonies of #EEDB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB78

Black with #EEDB78

Text Example


Text Example

White with #EEDB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB78; }

 p { color: rgb(238,219,120); }

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

background-color css

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

 a { background-color: rgb(238,219,120); }

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

border-color css

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

 span { border-color: rgb(238,219,120); }

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