Html Css Color HEX #EAD58C Flax

📋 copy color: '#EAD58C'

red 234 ◦ green 213 ◦ blue 140

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

Shades of Flax #EAD58C

Tints of Flax #EAD58C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 23.85%

R = 39.86%
G = 36.29%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#EAD58C (or 0xEAD58C) is known color: Flax. HEX triplet: EA, D5 and 8C. RGB value is (234,213,140). Sum of RGB (Red+Green+Blue) = 234+213+140=587 (77% of max value = 765). Red value is 234 (91.80% from 255 or 39.86% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 140 (55.08% from 255 or 23.85% from 587); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD58C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAD58C is #152A73. Grayscale: #D3D3D3. Windows color (decimal): -1387124 or 9229802. OLE color: 9229802.

HSL color Cylindrical-coordinate representation of color #EAD58C: hue angle of 46.6º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EAD58C is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 213 140 -
CMYK 0 0.09 0.40 0.08
HSL 46.6º 0.69% 0.73% -
HSV(B) 46.6º 0.4% 0.92% -
XYZ 62.46 66.97 34.45 -
YUV 210.96 87.96 144.44 -
System Red Green Blue C M Y K H S L
Decimal 234 213 140 0 0.09 0.40 0.08 46.6 0.69 0.73
Hex EA D5 8C 0 9 28 8 2F 45 49
Octal 352 325 214 0 11 50 10 57 105 111
Binary 11101010 11010101 10001100 0 1001 101000 1000 101111 1000101 1001001

Color Harmonies of #EAD58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD58C

Black with #EAD58C

Text Example


Text Example

White with #EAD58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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