#EDD895

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

Shades of Splash #EDD895

Tints of Splash #EDD895

Color information

#EDD895 (or 0xEDD895) is unknown color: approx Splash. HEX triplet: ED, D8 and 95. RGB value is (237,216,149). Sum of RGB (Red+Green+Blue) = 237+216+149=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 149 (58.59% from 255 or 24.75% from 602); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD895 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD895 is #12276A. Grayscale: #D6D6D6. Windows color (decimal): -1189739 or 9820397. OLE color: 9820397.

HSL color Cylindrical-coordinate representation of color #EDD895: hue angle of 45.68º 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 #EDD895 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB237216149-
CMYK00.090.370.07
HSL45.68º70.97%75.69%-
HSV(B)45.68º37.13%92.94%-
XYZ64.9169.2938.39-
YUV214.6490.96143.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.37%
GREEN value IS 216 (84.77% from 255) = 35.88%
BLUE value IS 149 (58.59% from 255) = 24.75%
R=39.37%
G=35.88%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721614900.090.370.0745.6870.9775.69
HexEDD895092572e474c
Octal35533022501145756107114
Binary1110110111011000100101010100110010111110111010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD895; }

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

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

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

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

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

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

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

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