Html Css Color HEX #EAD77D Flax

📋 copy color: '#EAD77D'

red 234 ◦ green 215 ◦ blue 125

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

Shades of Flax #EAD77D

Tints of Flax #EAD77D

RGB

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

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

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

R = 40.77%
G = 37.46%
B = 21.78%

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

#EAD77D (or 0xEAD77D) is known color: Flax. HEX triplet: EA, D7 and 7D. RGB value is (234,215,125). Sum of RGB (Red+Green+Blue) = 234+215+125=574 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.77% from 574); Green value is 215 (84.38% from 255 or 37.46% from 574); Blue value is 125 (49.22% from 255 or 21.78% from 574); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD77D is #152882. Grayscale: #D2D2D2. Windows color (decimal): -1386627 or 8247274. OLE color: 8247274.

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

Color convert

RGB 234 215 125 -
CMYK 0 0.08 0.47 0.08
HSL 49.54º 0.72% 0.7% -
HSV(B) 49.54º 0.47% 0.92% -
XYZ 61.93 67.57 29.18 -
YUV 210.42 79.79 144.82 -
System Red Green Blue C M Y K H S L
Decimal 234 215 125 0 0.08 0.47 0.08 49.54 0.72 0.7
Hex EA D7 7D 0 8 2F 8 32 48 46
Octal 352 327 175 0 10 57 10 62 110 106
Binary 11101010 11010111 1111101 0 1000 101111 1000 110010 1001000 1000110

Color Harmonies of #EAD77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD77D

Black with #EAD77D

Text Example


Text Example

White with #EAD77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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