#EED47D

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

Shades of Buff #EED47D

Tints of Buff #EED47D

Color information

#EED47D (or 0xEED47D) is unknown color: approx Buff. HEX triplet: EE, D4 and 7D. RGB value is (238,212,125). Sum of RGB (Red+Green+Blue) = 238+212+125=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED47D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED47D is #112B82. Grayscale: #D2D2D2. Windows color (decimal): -1125251 or 8246510. OLE color: 8246510.

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

Color convert

RGB238212125-
CMYK00.110.470.07
HSL46.19º76.87%71.18%-
HSV(B)46.19º47.48%93.33%-
XYZ62.5166.7428.99-
YUV209.8680.11148.07-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 125 (49.22% from 255) = 21.74%
R=41.39%
G=36.87%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821212500.110.470.0746.1976.8771.18
HexEED47D0B2F72e4d47
Octal35632417501357756115107
Binary111011101101010011111010101110111111110111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED47D; }

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

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

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

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

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

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

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

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