#EDD57F

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

Shades of Buff #EDD57F

Tints of Buff #EDD57F

Color information

#EDD57F (or 0xEDD57F) is unknown color: approx Buff. HEX triplet: ED, D5 and 7F. RGB value is (237,213,127). Sum of RGB (Red+Green+Blue) = 237+213+127=577 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.07% from 577); Green value is 213 (83.59% from 255 or 36.92% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD57F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD57F is #122A80. Grayscale: #D2D2D2. Windows color (decimal): -1190529 or 8377837. OLE color: 8377837.

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

Color convert

RGB237213127-
CMYK00.100.460.07
HSL46.91º75.34%71.37%-
HSV(B)46.91º46.41%92.94%-
XYZ62.5567.1329.74-
YUV210.3780.95146.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.07%
GREEN value IS 213 (83.59% from 255) = 36.92%
BLUE value IS 127 (50% from 255) = 22.01%
R=41.07%
G=36.92%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721312700.100.460.0746.9175.3471.37
HexEDD57F0A2E72f4b47
Octal35532517701256757113107
Binary111011011101010111111110101010111011110111110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD57F; }

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

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

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

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

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

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

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

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