Html Css Color HEX #EAD37C Flax

📋 copy color: '#EAD37C'

red 234 ◦ green 211 ◦ blue 124

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

Shades of Flax #EAD37C

Tints of Flax #EAD37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.79%

R = 41.12%
G = 37.08%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAD37C (or 0xEAD37C) is known color: Flax. HEX triplet: EA, D3 and 7C. RGB value is (234,211,124). Sum of RGB (Red+Green+Blue) = 234+211+124=569 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.12% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD37C is #152C83. Grayscale: #D0D0D0. Windows color (decimal): -1387652 or 8180714. OLE color: 8180714.

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

Color convert

RGB 234 211 124 -
CMYK 0 0.10 0.47 0.08
HSL 47.45º 0.72% 0.7% -
HSV(B) 47.45º 0.47% 0.92% -
XYZ 60.86 65.54 28.51 -
YUV 207.96 80.62 146.57 -
System Red Green Blue C M Y K H S L
Decimal 234 211 124 0 0.10 0.47 0.08 47.45 0.72 0.7
Hex EA D3 7C 0 A 2F 8 2F 48 46
Octal 352 323 174 0 12 57 10 57 110 106
Binary 11101010 11010011 1111100 0 1010 101111 1000 101111 1001000 1000110

Color Harmonies of #EAD37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD37C

Black with #EAD37C

Text Example


Text Example

White with #EAD37C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD37C; }

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

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

background-color css

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

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

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

border-color css

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

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

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