Html Css Color HEX #EAD288 Flax

📋 copy color: '#EAD288'

red 234 ◦ green 210 ◦ blue 136

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

Shades of Flax #EAD288

Tints of Flax #EAD288

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.21%

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

R = 40.34%
G = 36.21%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAD288 (or 0xEAD288) is known color: Flax. HEX triplet: EA, D2 and 88. RGB value is (234,210,136). Sum of RGB (Red+Green+Blue) = 234+210+136=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 210 (82.42% from 255 or 36.21% from 580); Blue value is 136 (53.52% from 255 or 23.45% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD288 is #152D77. Grayscale: #D1D1D1. Windows color (decimal): -1387896 or 8966890. OLE color: 8966890.

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

Color convert

RGB 234 210 136 -
CMYK 0 0.10 0.42 0.08
HSL 45.31º 0.7% 0.73% -
HSV(B) 45.31º 0.42% 0.92% -
XYZ 61.42 65.36 32.67 -
YUV 208.74 86.95 146.02 -
System Red Green Blue C M Y K H S L
Decimal 234 210 136 0 0.10 0.42 0.08 45.31 0.7 0.73
Hex EA D2 88 0 A 2A 8 2D 46 49
Octal 352 322 210 0 12 52 10 55 106 111
Binary 11101010 11010010 10001000 0 1010 101010 1000 101101 1000110 1001001

Color Harmonies of #EAD288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD288

Black with #EAD288

Text Example


Text Example

White with #EAD288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD288; }

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

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

background-color css

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

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

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

border-color css

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

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

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