#EDD79E

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

Shades of Splash #EDD79E

Tints of Splash #EDD79E

Color information

#EDD79E (or 0xEDD79E) is unknown color: approx Splash. HEX triplet: ED, D7 and 9E. RGB value is (237,215,158). Sum of RGB (Red+Green+Blue) = 237+215+158=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 215 (84.38% from 255 or 35.25% from 610); Blue value is 158 (62.11% from 255 or 25.90% from 610); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD79E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD79E is #122861. Grayscale: #D7D7D7. Windows color (decimal): -1189986 or 10409965. OLE color: 10409965.

HSL color Cylindrical-coordinate representation of color #EDD79E: hue angle of 43.29º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #EDD79E is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB237215158-
CMYK00.090.330.07
HSL43.29º68.7%77.45%-
HSV(B)43.29º33.33%92.94%-
XYZ65.469.0742.23-
YUV215.0895.79143.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 215 (84.38% from 255) = 35.25%
BLUE value IS 158 (62.11% from 255) = 25.90%
R=38.85%
G=35.25%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721515800.090.330.0743.2968.777.45
HexEDD79E092172b454d
Octal35532723601141753105115
Binary1110110111010111100111100100110000111110101110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD79E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD79E; }

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

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

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

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

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

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

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

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