#EDD37F

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

Shades of Buff #EDD37F

Tints of Buff #EDD37F

Color information

#EDD37F (or 0xEDD37F) is unknown color: approx Buff. HEX triplet: ED, D3 and 7F. RGB value is (237,211,127). Sum of RGB (Red+Green+Blue) = 237+211+127=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 211 (82.81% from 255 or 36.70% from 575); Blue value is 127 (50% from 255 or 22.09% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD37F is #122C80. Grayscale: #D1D1D1. Windows color (decimal): -1191041 or 8377325. OLE color: 8377325.

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

Color convert

RGB237211127-
CMYK00.110.460.07
HSL45.82º75.34%71.37%-
HSV(B)45.82º46.41%92.94%-
XYZ62.0566.1329.57-
YUV209.281.61147.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.22%
GREEN value IS 211 (82.81% from 255) = 36.70%
BLUE value IS 127 (50% from 255) = 22.09%
R=41.22%
G=36.70%
B=22.09%

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
Decimal23721112700.110.460.0745.8275.3471.37
HexEDD37F0B2E72e4b47
Octal35532317701356756113107
Binary111011011101001111111110101110111011110111010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD37F; }

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

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

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

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

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

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

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

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