#EDD583

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

Shades of Buff #EDD583

Tints of Buff #EDD583

Color information

#EDD583 (or 0xEDD583) is unknown color: approx Buff. HEX triplet: ED, D5 and 83. RGB value is (237,213,131). Sum of RGB (Red+Green+Blue) = 237+213+131=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 131 (51.56% from 255 or 22.55% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD583 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD583 is #122A7C. Grayscale: #D3D3D3. Windows color (decimal): -1190525 or 8639981. OLE color: 8639981.

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

Color convert

RGB237213131-
CMYK00.100.450.07
HSL46.42º74.65%72.16%-
HSV(B)46.42º44.73%92.94%-
XYZ62.8267.2331.14-
YUV210.8382.95146.67-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.79%
GREEN value IS 213 (83.59% from 255) = 36.66%
BLUE value IS 131 (51.56% from 255) = 22.55%
R=40.79%
G=36.66%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721313100.100.450.0746.4274.6572.16
HexEDD5830A2D72e4b48
Octal35532520301255756113110
Binary1110110111010101100000110101010110111110111010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD583; }

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

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

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

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

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

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

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

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