Html Css Color HEX #EAD47C Flax

📋 copy color: '#EAD47C'

red 234 ◦ green 212 ◦ blue 124

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

Shades of Flax #EAD47C

Tints of Flax #EAD47C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 37.19%

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

R = 41.05%
G = 37.19%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAD47C (or 0xEAD47C) is known color: Flax. HEX triplet: EA, D4 and 7C. RGB value is (234,212,124). Sum of RGB (Red+Green+Blue) = 234+212+124=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD47C is #152B83. Grayscale: #D0D0D0. Windows color (decimal): -1387396 or 8180970. OLE color: 8180970.

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

Color convert

RGB 234 212 124 -
CMYK 0 0.09 0.47 0.08
HSL 48º 0.72% 0.7% -
HSV(B) 48º 0.47% 0.92% -
XYZ 61.11 66.03 28.59 -
YUV 208.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 234 212 124 0 0.09 0.47 0.08 48 0.72 0.7
Hex EA D4 7C 0 9 2F 8 30 48 46
Octal 352 324 174 0 11 57 10 60 110 106
Binary 11101010 11010100 1111100 0 1001 101111 1000 110000 1001000 1000110

Color Harmonies of #EAD47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD47C

Black with #EAD47C

Text Example


Text Example

White with #EAD47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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