Html Css Color HEX #EEDA78 Flax

📋 copy color: '#EEDA78'

red 238 ◦ green 218 ◦ blue 120

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

Shades of Flax #EEDA78

Tints of Flax #EEDA78

RGB

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

 GREEN value IS 218 (85.55% from 255) = 37.85%

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

R = 41.32%
G = 37.85%
B = 20.83%

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

#EEDA78 (or 0xEEDA78) is known color: Flax. HEX triplet: EE, DA and 78. RGB value is (238,218,120). Sum of RGB (Red+Green+Blue) = 238+218+120=576 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.32% from 576); Green value is 218 (85.55% from 255 or 37.85% from 576); Blue value is 120 (47.27% from 255 or 20.83% from 576); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA78 is #112587. Grayscale: #D5D5D5. Windows color (decimal): -1123720 or 7920366. OLE color: 7920366.

HSL color Cylindrical-coordinate representation of color #EEDA78: hue angle of 49.83º 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 #EEDA78 is Cyan = 0, Magento = 0.08, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 218 120 -
CMYK 0 0.08 0.50 0.07
HSL 49.83º 0.78% 0.7% -
HSV(B) 49.83º 0.5% 0.93% -
XYZ 63.72 69.68 27.86 -
YUV 212.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 238 218 120 0 0.08 0.50 0.07 49.83 0.78 0.7
Hex EE DA 78 0 8 32 7 32 4E 46
Octal 356 332 170 0 10 62 7 62 116 106
Binary 11101110 11011010 1111000 0 1000 110010 111 110010 1001110 1000110

Color Harmonies of #EEDA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA78

Black with #EEDA78

Text Example


Text Example

White with #EEDA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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