Html Css Color HEX #EAD77C Flax

📋 copy color: '#EAD77C'

red 234 ◦ green 215 ◦ blue 124

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

Shades of Flax #EAD77C

Tints of Flax #EAD77C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 37.52%

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

R = 40.84%
G = 37.52%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#EAD77C (or 0xEAD77C) is known color: Flax. HEX triplet: EA, D7 and 7C. RGB value is (234,215,124). Sum of RGB (Red+Green+Blue) = 234+215+124=573 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.84% from 573); Green value is 215 (84.38% from 255 or 37.52% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD77C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD77C is #152883. Grayscale: #D2D2D2. Windows color (decimal): -1386628 or 8181738. OLE color: 8181738.

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

Color convert

RGB 234 215 124 -
CMYK 0 0.08 0.47 0.08
HSL 49.64º 0.72% 0.7% -
HSV(B) 49.64º 0.47% 0.92% -
XYZ 61.87 67.55 28.85 -
YUV 210.31 79.29 144.9 -
System Red Green Blue C M Y K H S L
Decimal 234 215 124 0 0.08 0.47 0.08 49.64 0.72 0.7
Hex EA D7 7C 0 8 2F 8 32 48 46
Octal 352 327 174 0 10 57 10 62 110 106
Binary 11101010 11010111 1111100 0 1000 101111 1000 110010 1001000 1000110

Color Harmonies of #EAD77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD77C

Black with #EAD77C

Text Example


Text Example

White with #EAD77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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