#EED77D

Color #EED77D Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #EED77D

Tints of Buff #EED77D

Color information

#EED77D (or 0xEED77D) is unknown color: approx Buff. HEX triplet: EE, D7 and 7D. RGB value is (238,215,125). Sum of RGB (Red+Green+Blue) = 238+215+125=578 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.18% from 578); Green value is 215 (84.38% from 255 or 37.20% from 578); Blue value is 125 (49.22% from 255 or 21.63% from 578); Max value from RGB is 238 - color contains mainly: red. Hex color #EED77D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED77D is #112882. Grayscale: #D4D4D4. Windows color (decimal): -1124483 or 8247278. OLE color: 8247278.

HSL color Cylindrical-coordinate representation of color #EED77D: hue angle of 47.79º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EED77D is Cyan = 0, Magento = 0.10, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238215125-
CMYK00.100.470.07
HSL47.79º76.87%71.18%-
HSV(B)47.79º47.48%93.33%-
XYZ63.2668.2629.24-
YUV211.6279.12146.82-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.18%
GREEN value IS 215 (84.38% from 255) = 37.20%
BLUE value IS 125 (49.22% from 255) = 21.63%
R=41.18%
G=37.20%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821512500.100.470.0747.7976.8771.18
HexEED77D0A2F7304d47
Octal35632717501257760115107
Binary111011101101011111111010101010111111111000010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED77D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED77D; }

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

 H1.HeaderClassName
 {
   color: #EED77D;
 }
 .AnyTagClassName
 {
   color: #EED77D;
 }
</style>
background-color css

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

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

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

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

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

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