#EED47F

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

Shades of Buff #EED47F

Tints of Buff #EED47F

Color information

#EED47F (or 0xEED47F) is unknown color: approx Buff. HEX triplet: EE, D4 and 7F. RGB value is (238,212,127). Sum of RGB (Red+Green+Blue) = 238+212+127=577 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.25% from 577); Green value is 212 (83.20% from 255 or 36.74% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 238 - color contains mainly: red. Hex color #EED47F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED47F is #112B80. Grayscale: #D2D2D2. Windows color (decimal): -1125249 or 8377582. OLE color: 8377582.

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

Color convert

RGB238212127-
CMYK00.110.470.07
HSL45.95º76.55%71.57%-
HSV(B)45.95º46.64%93.33%-
XYZ62.6366.829.67-
YUV210.0881.11147.91-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.25%
GREEN value IS 212 (83.20% from 255) = 36.74%
BLUE value IS 127 (50% from 255) = 22.01%
R=41.25%
G=36.74%
B=22.01%

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
Decimal23821212700.110.470.0745.9576.5571.57
HexEED47F0B2F72e4d48
Octal35632417701357756115110
Binary111011101101010011111110101110111111110111010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED47F; }

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

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

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

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

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

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

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

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