#EDD27F

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

Shades of Buff #EDD27F

Tints of Buff #EDD27F

Color information

#EDD27F (or 0xEDD27F) is unknown color: approx Buff. HEX triplet: ED, D2 and 7F. RGB value is (237,210,127). Sum of RGB (Red+Green+Blue) = 237+210+127=574 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.29% from 574); Green value is 210 (82.42% from 255 or 36.59% from 574); Blue value is 127 (50% from 255 or 22.13% from 574); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD27F is #122D80. Grayscale: #D0D0D0. Windows color (decimal): -1191297 or 8377069. OLE color: 8377069.

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

Color convert

RGB237210127-
CMYK00.110.460.07
HSL45.27º75.34%71.37%-
HSV(B)45.27º46.41%92.94%-
XYZ61.865.6329.49-
YUV208.6181.95148.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.29%
GREEN value IS 210 (82.42% from 255) = 36.59%
BLUE value IS 127 (50% from 255) = 22.13%
R=41.29%
G=36.59%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721012700.110.460.0745.2775.3471.37
HexEDD27F0B2E72d4b47
Octal35532217701356755113107
Binary111011011101001011111110101110111011110110110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD27F; }

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

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

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

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

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

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

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

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