Html Css Color HEX #EAD77E Flax

📋 copy color: '#EAD77E'

red 234 ◦ green 215 ◦ blue 126

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

Shades of Flax #EAD77E

Tints of Flax #EAD77E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 21.91%

R = 40.7%
G = 37.39%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#EAD77E (or 0xEAD77E) is known color: Flax. HEX triplet: EA, D7 and 7E. RGB value is (234,215,126). Sum of RGB (Red+Green+Blue) = 234+215+126=575 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.70% from 575); Green value is 215 (84.38% from 255 or 37.39% from 575); Blue value is 126 (49.61% from 255 or 21.91% from 575); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD77E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD77E is #152881. Grayscale: #D2D2D2. Windows color (decimal): -1386626 or 8312810. OLE color: 8312810.

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

Color convert

RGB 234 215 126 -
CMYK 0 0.08 0.46 0.08
HSL 49.44º 0.72% 0.71% -
HSV(B) 49.44º 0.46% 0.92% -
XYZ 62 67.6 29.52 -
YUV 210.54 80.29 144.74 -
System Red Green Blue C M Y K H S L
Decimal 234 215 126 0 0.08 0.46 0.08 49.44 0.72 0.71
Hex EA D7 7E 0 8 2E 8 31 48 47
Octal 352 327 176 0 10 56 10 61 110 107
Binary 11101010 11010111 1111110 0 1000 101110 1000 110001 1001000 1000111

Color Harmonies of #EAD77E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD77E

Black with #EAD77E

Text Example


Text Example

White with #EAD77E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD77E; }

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

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

background-color css

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

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

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

border-color css

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

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

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