Html Css Color HEX #EEDB85 Flax

📋 copy color: '#EEDB85'

red 238 ◦ green 219 ◦ blue 133

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

Shades of Flax #EEDB85

Tints of Flax #EEDB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.54%

R = 40.34%
G = 37.12%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEDB85 (or 0xEEDB85) is known color: Flax. HEX triplet: EE, DB and 85. RGB value is (238,219,133). Sum of RGB (Red+Green+Blue) = 238+219+133=590 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.34% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 133 (52.34% from 255 or 22.54% from 590); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDB85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEDB85 is #11247A. Grayscale: #D7D7D7. Windows color (decimal): -1123451 or 8772590. OLE color: 8772590.

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

Color convert

RGB 238 219 133 -
CMYK 0 0.08 0.44 0.07
HSL 49.14º 0.76% 0.73% -
HSV(B) 49.14º 0.44% 0.93% -
XYZ 64.83 70.53 32.39 -
YUV 214.88 81.79 144.49 -
System Red Green Blue C M Y K H S L
Decimal 238 219 133 0 0.08 0.44 0.07 49.14 0.76 0.73
Hex EE DB 85 0 8 2C 7 31 4C 49
Octal 356 333 205 0 10 54 7 61 114 111
Binary 11101110 11011011 10000101 0 1000 101100 111 110001 1001100 1001001

Color Harmonies of #EEDB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEDB85

Black with #EEDB85

Text Example


Text Example

White with #EEDB85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEDB85; }

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

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

background-color css

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

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

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

border-color css

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

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

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