Html Css Color HEX #EAD988 Flax

📋 copy color: '#EAD988'

red 234 ◦ green 217 ◦ blue 136

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

Shades of Flax #EAD988

Tints of Flax #EAD988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.97%

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

R = 39.86%
G = 36.97%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAD988 (or 0xEAD988) is known color: Flax. HEX triplet: EA, D9 and 88. RGB value is (234,217,136). Sum of RGB (Red+Green+Blue) = 234+217+136=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 217 (85.16% from 255 or 36.97% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD988 is #152677. Grayscale: #D5D5D5. Windows color (decimal): -1386104 or 8968682. OLE color: 8968682.

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

Color convert

RGB 234 217 136 -
CMYK 0 0.07 0.42 0.08
HSL 49.59º 0.7% 0.73% -
HSV(B) 49.59º 0.42% 0.92% -
XYZ 63.19 68.9 33.26 -
YUV 212.85 84.63 143.09 -
System Red Green Blue C M Y K H S L
Decimal 234 217 136 0 0.07 0.42 0.08 49.59 0.7 0.73
Hex EA D9 88 0 7 2A 8 32 46 49
Octal 352 331 210 0 7 52 10 62 106 111
Binary 11101010 11011001 10001000 0 111 101010 1000 110010 1000110 1001001

Color Harmonies of #EAD988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD988

Black with #EAD988

Text Example


Text Example

White with #EAD988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD988; }

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

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

background-color css

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

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

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

border-color css

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

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

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