Html Css Color HEX #EAD47D Flax

📋 copy color: '#EAD47D'

red 234 ◦ green 212 ◦ blue 125

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

Shades of Flax #EAD47D

Tints of Flax #EAD47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 21.89%

R = 40.98%
G = 37.13%
B = 21.89%

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

#EAD47D (or 0xEAD47D) is known color: Flax. HEX triplet: EA, D4 and 7D. RGB value is (234,212,125). Sum of RGB (Red+Green+Blue) = 234+212+125=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 212 (83.20% from 255 or 37.13% from 571); Blue value is 125 (49.22% from 255 or 21.89% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD47D is #152B82. Grayscale: #D1D1D1. Windows color (decimal): -1387395 or 8246506. OLE color: 8246506.

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

Color convert

RGB 234 212 125 -
CMYK 0 0.09 0.47 0.08
HSL 47.89º 0.72% 0.7% -
HSV(B) 47.89º 0.47% 0.92% -
XYZ 61.18 66.06 28.93 -
YUV 208.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 234 212 125 0 0.09 0.47 0.08 47.89 0.72 0.7
Hex EA D4 7D 0 9 2F 8 30 48 46
Octal 352 324 175 0 11 57 10 60 110 106
Binary 11101010 11010100 1111101 0 1001 101111 1000 110000 1001000 1000110

Color Harmonies of #EAD47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD47D

Black with #EAD47D

Text Example


Text Example

White with #EAD47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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