#EDD995

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

Shades of Splash #EDD995

Tints of Splash #EDD995

Color information

#EDD995 (or 0xEDD995) is unknown color: approx Splash. HEX triplet: ED, D9 and 95. RGB value is (237,217,149). Sum of RGB (Red+Green+Blue) = 237+217+149=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 149 (58.59% from 255 or 24.71% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD995 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD995 is #12266A. Grayscale: #D7D7D7. Windows color (decimal): -1189483 or 9820653. OLE color: 9820653.

HSL color Cylindrical-coordinate representation of color #EDD995: hue angle of 46.36º degrees, saturation: 0.71, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #EDD995 is Cyan = 0, Magento = 0.08, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237217149-
CMYK00.080.370.07
HSL46.36º70.97%75.69%-
HSV(B)46.36º37.13%92.94%-
XYZ65.1669.838.47-
YUV215.2390.63143.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 217 (85.16% from 255) = 35.99%
BLUE value IS 149 (58.59% from 255) = 24.71%
R=39.30%
G=35.99%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721714900.080.370.0746.3670.9775.69
HexEDD995082572e474c
Octal35533122501045756107114
Binary1110110111011001100101010100010010111110111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD995; }

 p { color: rgb(237,217,149); }

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

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

 a { background-color: rgb(237,217,149); }

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

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

 span { border-color: rgb(237,217,149); }

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