Html Css Color HEX #EADB88 Flax

📋 copy color: '#EADB88'

red 234 ◦ green 219 ◦ blue 136

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

Shades of Flax #EADB88

Tints of Flax #EADB88

RGB

 RED value IS 234 (91.8% from 255) = 39.73%

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

 BLUE value IS 136 (53.52% from 255) = 23.09%

R = 39.73%
G = 37.18%
B = 23.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EADB88 (or 0xEADB88) is known color: Flax. HEX triplet: EA, DB and 88. RGB value is (234,219,136). Sum of RGB (Red+Green+Blue) = 234+219+136=589 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.73% from 589); Green value is 219 (85.94% from 255 or 37.18% from 589); Blue value is 136 (53.52% from 255 or 23.09% from 589); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB88 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EADB88 is #152477. Grayscale: #D6D6D6. Windows color (decimal): -1385592 or 8969194. OLE color: 8969194.

HSL color Cylindrical-coordinate representation of color #EADB88: hue angle of 50.82º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EADB88 is Cyan = 0, Magento = 0.06, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 219 136 -
CMYK 0 0.06 0.42 0.08
HSL 50.82º 0.7% 0.73% -
HSV(B) 50.82º 0.42% 0.92% -
XYZ 63.71 69.93 33.43 -
YUV 214.02 83.97 142.25 -
System Red Green Blue C M Y K H S L
Decimal 234 219 136 0 0.06 0.42 0.08 50.82 0.7 0.73
Hex EA DB 88 0 6 2A 8 33 46 49
Octal 352 333 210 0 6 52 10 63 106 111
Binary 11101010 11011011 10001000 0 110 101010 1000 110011 1000110 1001001

Color Harmonies of #EADB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB88

Black with #EADB88

Text Example


Text Example

White with #EADB88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB88; }

 p { color: rgb(234,219,136); }

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

background-color css

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

 a { background-color: rgb(234,219,136); }

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

border-color css

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

 span { border-color: rgb(234,219,136); }

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