#EDD688

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

Shades of Buff #EDD688

Tints of Buff #EDD688

Color information

#EDD688 (or 0xEDD688) is unknown color: approx Buff. HEX triplet: ED, D6 and 88. RGB value is (237,214,136). Sum of RGB (Red+Green+Blue) = 237+214+136=587 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.37% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 136 (53.52% from 255 or 23.17% from 587); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD688 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD688 is #122977. Grayscale: #D4D4D4. Windows color (decimal): -1190264 or 8967917. OLE color: 8967917.

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

Color convert

RGB237214136-
CMYK00.100.430.07
HSL46.34º73.72%73.14%-
HSV(B)46.34º42.62%92.94%-
XYZ63.4267.8833.05-
YUV211.9885.12145.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.37%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 136 (53.52% from 255) = 23.17%
R=40.37%
G=36.46%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721413600.100.430.0746.3473.7273.14
HexEDD6880A2B72e4a49
Octal35532621001253756112111
Binary1110110111010110100010000101010101111110111010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD688; }

 p { color: rgb(237,214,136); }

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

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

 a { background-color: rgb(237,214,136); }

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

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

 span { border-color: rgb(237,214,136); }

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