#EDD78E

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

Shades of Buff #EDD78E

Tints of Buff #EDD78E

Color information

#EDD78E (or 0xEDD78E) is unknown color: approx Buff. HEX triplet: ED, D7 and 8E. RGB value is (237,215,142). Sum of RGB (Red+Green+Blue) = 237+215+142=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD78E is #122871. Grayscale: #D5D5D5. Windows color (decimal): -1190002 or 9361389. OLE color: 9361389.

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

Color convert

RGB237215142-
CMYK00.090.400.07
HSL46.11º72.52%74.31%-
HSV(B)46.11º40.08%92.94%-
XYZ64.1168.5635.45-
YUV213.2687.79144.94-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.90%
GREEN value IS 215 (84.38% from 255) = 36.20%
BLUE value IS 142 (55.86% from 255) = 23.91%
R=39.90%
G=36.20%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721514200.090.400.0746.1172.5274.31
HexEDD78E092872e494a
Octal35532721601150756111112
Binary1110110111010111100011100100110100011110111010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD78E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD78E; }

 p { color: rgb(237,215,142); }

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

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

 a { background-color: rgb(237,215,142); }

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

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

 span { border-color: rgb(237,215,142); }

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