Html Css Color HEX #EAD37D Flax

📋 copy color: '#EAD37D'

red 234 ◦ green 211 ◦ blue 125

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

Shades of Flax #EAD37D

Tints of Flax #EAD37D

RGB

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

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

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

R = 41.05%
G = 37.02%
B = 21.93%

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

#EAD37D (or 0xEAD37D) is known color: Flax. HEX triplet: EA, D3 and 7D. RGB value is (234,211,125). Sum of RGB (Red+Green+Blue) = 234+211+125=570 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.05% from 570); Green value is 211 (82.81% from 255 or 37.02% from 570); Blue value is 125 (49.22% from 255 or 21.93% from 570); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD37D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD37D is #152C82. Grayscale: #D0D0D0. Windows color (decimal): -1387651 or 8246250. OLE color: 8246250.

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

Color convert

RGB 234 211 125 -
CMYK 0 0.10 0.47 0.08
HSL 47.34º 0.72% 0.7% -
HSV(B) 47.34º 0.47% 0.92% -
XYZ 60.93 65.56 28.85 -
YUV 208.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 234 211 125 0 0.10 0.47 0.08 47.34 0.72 0.7
Hex EA D3 7D 0 A 2F 8 2F 48 46
Octal 352 323 175 0 12 57 10 57 110 106
Binary 11101010 11010011 1111101 0 1010 101111 1000 101111 1001000 1000110

Color Harmonies of #EAD37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD37D

Black with #EAD37D

Text Example


Text Example

White with #EAD37D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD37D; }

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

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

background-color css

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

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

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

border-color css

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

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

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