Html Css Color HEX #EAD587 Flax

📋 copy color: '#EAD587'

red 234 ◦ green 213 ◦ blue 135

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

Shades of Flax #EAD587

Tints of Flax #EAD587

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.6%

 BLUE value IS 135 (53.13% from 255) = 23.2%

R = 40.21%
G = 36.6%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#EAD587 (or 0xEAD587) is known color: Flax. HEX triplet: EA, D5 and 87. RGB value is (234,213,135). Sum of RGB (Red+Green+Blue) = 234+213+135=582 (77% of max value = 765). Red value is 234 (91.80% from 255 or 40.21% from 582); Green value is 213 (83.59% from 255 or 36.60% from 582); Blue value is 135 (53.12% from 255 or 23.20% from 582); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD587 is #152A78. Grayscale: #D2D2D2. Windows color (decimal): -1387129 or 8902122. OLE color: 8902122.

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

Color convert

RGB 234 213 135 -
CMYK 0 0.09 0.42 0.08
HSL 47.27º 0.7% 0.72% -
HSV(B) 47.27º 0.42% 0.92% -
XYZ 62.1 66.83 32.55 -
YUV 210.39 85.46 144.84 -
System Red Green Blue C M Y K H S L
Decimal 234 213 135 0 0.09 0.42 0.08 47.27 0.7 0.72
Hex EA D5 87 0 9 2A 8 2F 46 48
Octal 352 325 207 0 11 52 10 57 106 110
Binary 11101010 11010101 10000111 0 1001 101010 1000 101111 1000110 1001000

Color Harmonies of #EAD587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD587

Black with #EAD587

Text Example


Text Example

White with #EAD587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD587; }

 p { color: rgb(234,213,135); }

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

background-color css

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

 a { background-color: rgb(234,213,135); }

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

border-color css

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

 span { border-color: rgb(234,213,135); }

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