#EDD685

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

Shades of Buff #EDD685

Tints of Buff #EDD685

Color information

#EDD685 (or 0xEDD685) is unknown color: approx Buff. HEX triplet: ED, D6 and 85. RGB value is (237,214,133). Sum of RGB (Red+Green+Blue) = 237+214+133=584 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.58% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 133 (52.34% from 255 or 22.77% from 584); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD685 is #12297A. Grayscale: #D3D3D3. Windows color (decimal): -1190267 or 8771309. OLE color: 8771309.

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

Color convert

RGB237214133-
CMYK00.100.440.07
HSL46.73º74.29%72.55%-
HSV(B)46.73º43.88%92.94%-
XYZ63.2167.7931.94-
YUV211.6483.62146.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.58%
GREEN value IS 214 (83.98% from 255) = 36.64%
BLUE value IS 133 (52.34% from 255) = 22.77%
R=40.58%
G=36.64%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721413300.100.440.0746.7374.2972.55
HexEDD6850A2C72f4a49
Octal35532620501254757112111
Binary1110110111010110100001010101010110011110111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD685; }

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

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

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

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

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

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

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

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