Html Css Color HEX #EAD387 Flax

📋 copy color: '#EAD387'

red 234 ◦ green 211 ◦ blue 135

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

Shades of Flax #EAD387

Tints of Flax #EAD387

RGB

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

 GREEN value IS 211 (82.81% from 255) = 36.38%

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

R = 40.34%
G = 36.38%
B = 23.28%

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

#EAD387 (or 0xEAD387) is known color: Flax. HEX triplet: EA, D3 and 87. RGB value is (234,211,135). Sum of RGB (Red+Green+Blue) = 234+211+135=580 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.34% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 135 (53.12% from 255 or 23.28% from 580); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD387 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD387 is #152C78. Grayscale: #D1D1D1. Windows color (decimal): -1387641 or 8901610. OLE color: 8901610.

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

Color convert

RGB 234 211 135 -
CMYK 0 0.10 0.42 0.08
HSL 46.06º 0.7% 0.72% -
HSV(B) 46.06º 0.42% 0.92% -
XYZ 61.6 65.83 32.38 -
YUV 209.21 86.12 145.68 -
System Red Green Blue C M Y K H S L
Decimal 234 211 135 0 0.10 0.42 0.08 46.06 0.7 0.72
Hex EA D3 87 0 A 2A 8 2E 46 48
Octal 352 323 207 0 12 52 10 56 106 110
Binary 11101010 11010011 10000111 0 1010 101010 1000 101110 1000110 1001000

Color Harmonies of #EAD387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD387

Black with #EAD387

Text Example


Text Example

White with #EAD387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD387; }

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

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

background-color css

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

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

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

border-color css

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

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

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