Html Css Color HEX #EEDA76 Flax

📋 copy color: '#EEDA76'

red 238 ◦ green 218 ◦ blue 118

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

Shades of Flax #EEDA76

Tints of Flax #EEDA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 20.56%

R = 41.46%
G = 37.98%
B = 20.56%

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

#EEDA76 (or 0xEEDA76) is known color: Flax. HEX triplet: EE, DA and 76. RGB value is (238,218,118). Sum of RGB (Red+Green+Blue) = 238+218+118=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 218 (85.55% from 255 or 37.98% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDA76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDA76 is #112589. Grayscale: #D4D4D4. Windows color (decimal): -1123722 or 7789294. OLE color: 7789294.

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

Color convert

RGB 238 218 118 -
CMYK 0 0.08 0.50 0.07
HSL 50º 0.78% 0.7% -
HSV(B) 50º 0.5% 0.93% -
XYZ 63.6 69.63 27.23 -
YUV 212.58 74.63 146.13 -
System Red Green Blue C M Y K H S L
Decimal 238 218 118 0 0.08 0.50 0.07 50 0.78 0.7
Hex EE DA 76 0 8 32 7 32 4E 46
Octal 356 332 166 0 10 62 7 62 116 106
Binary 11101110 11011010 1110110 0 1000 110010 111 110010 1001110 1000110

Color Harmonies of #EEDA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDA76

Black with #EEDA76

Text Example


Text Example

White with #EEDA76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDA76; }

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

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

background-color css

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

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

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

border-color css

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

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

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