#EDD795

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

Shades of Splash #EDD795

Tints of Splash #EDD795

Color information

#EDD795 (or 0xEDD795) is unknown color: approx Splash. HEX triplet: ED, D7 and 95. RGB value is (237,215,149). Sum of RGB (Red+Green+Blue) = 237+215+149=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD795 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD795 is #12286A. Grayscale: #D6D6D6. Windows color (decimal): -1189995 or 9820141. OLE color: 9820141.

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

Color convert

RGB237215149-
CMYK00.090.370.07
HSL45º70.97%75.69%-
HSV(B)45º37.13%92.94%-
XYZ64.6568.7838.3-
YUV214.0591.29144.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 215 (84.38% from 255) = 35.77%
BLUE value IS 149 (58.59% from 255) = 24.79%
R=39.43%
G=35.77%
B=24.79%

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
Decimal23721514900.090.370.074570.9775.69
HexEDD795092572d474c
Octal35532722501145755107114
Binary1110110111010111100101010100110010111110110110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD795; }

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

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

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

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

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

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

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

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