Html Css Color HEX #EAD287 Flax

📋 copy color: '#EAD287'

red 234 ◦ green 210 ◦ blue 135

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

Shades of Flax #EAD287

Tints of Flax #EAD287

RGB

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

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

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

R = 40.41%
G = 36.27%
B = 23.32%

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

#EAD287 (or 0xEAD287) is known color: Flax. HEX triplet: EA, D2 and 87. RGB value is (234,210,135). Sum of RGB (Red+Green+Blue) = 234+210+135=579 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.41% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD287 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD287 is #152D78. Grayscale: #D0D0D0. Windows color (decimal): -1387897 or 8901354. OLE color: 8901354.

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

Color convert

RGB 234 210 135 -
CMYK 0 0.10 0.42 0.08
HSL 45.45º 0.7% 0.72% -
HSV(B) 45.45º 0.42% 0.92% -
XYZ 61.35 65.33 32.3 -
YUV 208.63 86.45 146.1 -
System Red Green Blue C M Y K H S L
Decimal 234 210 135 0 0.10 0.42 0.08 45.45 0.7 0.72
Hex EA D2 87 0 A 2A 8 2D 46 48
Octal 352 322 207 0 12 52 10 55 106 110
Binary 11101010 11010010 10000111 0 1010 101010 1000 101101 1000110 1001000

Color Harmonies of #EAD287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD287

Black with #EAD287

Text Example


Text Example

White with #EAD287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD287; }

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

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

background-color css

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

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

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

border-color css

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

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

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