#EED27F

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

Shades of Buff #EED27F

Tints of Buff #EED27F

Color information

#EED27F (or 0xEED27F) is unknown color: approx Buff. HEX triplet: EE, D2 and 7F. RGB value is (238,210,127). Sum of RGB (Red+Green+Blue) = 238+210+127=575 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.39% from 575); Green value is 210 (82.42% from 255 or 36.52% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 238 - color contains mainly: red. Hex color #EED27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EED27F is #112D80. Grayscale: #D1D1D1. Windows color (decimal): -1125761 or 8377070. OLE color: 8377070.

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

Color convert

RGB238210127-
CMYK00.120.470.07
HSL44.86º76.55%71.57%-
HSV(B)44.86º46.64%93.33%-
XYZ62.1465.829.5-
YUV208.9181.78148.75-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 41.39%
GREEN value IS 210 (82.42% from 255) = 36.52%
BLUE value IS 127 (50% from 255) = 22.09%
R=41.39%
G=36.52%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821012700.120.470.0744.8676.5571.57
HexEED27F0C2F72d4d48
Octal35632217701457755115110
Binary111011101101001011111110110010111111110110110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED27F; }

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

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

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

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

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

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

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

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