Html Css Color HEX #EEDB84 Flax

📋 copy color: '#EEDB84'

red 238 ◦ green 219 ◦ blue 132

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

Shades of Flax #EEDB84

Tints of Flax #EEDB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 22.41%

R = 40.41%
G = 37.18%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EEDB84 (or 0xEEDB84) is known color: Flax. HEX triplet: EE, DB and 84. RGB value is (238,219,132). Sum of RGB (Red+Green+Blue) = 238+219+132=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB84 is #11247B. Grayscale: #D7D7D7. Windows color (decimal): -1123452 or 8707054. OLE color: 8707054.

HSL color Cylindrical-coordinate representation of color #EEDB84: hue angle of 49.25º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEDB84 is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 219 132 -
CMYK 0 0.08 0.45 0.07
HSL 49.25º 0.76% 0.73% -
HSV(B) 49.25º 0.45% 0.93% -
XYZ 64.76 70.51 32.03 -
YUV 214.76 81.29 144.57 -
System Red Green Blue C M Y K H S L
Decimal 238 219 132 0 0.08 0.45 0.07 49.25 0.76 0.73
Hex EE DB 84 0 8 2D 7 31 4C 49
Octal 356 333 204 0 10 55 7 61 114 111
Binary 11101110 11011011 10000100 0 1000 101101 111 110001 1001100 1001001

Color Harmonies of #EEDB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB84

Black with #EEDB84

Text Example


Text Example

White with #EEDB84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB84; }

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

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

background-color css

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

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

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

border-color css

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

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

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