#EDD8A0

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

Shades of Splash #EDD8A0

Tints of Splash #EDD8A0

Color information

#EDD8A0 (or 0xEDD8A0) is unknown color: approx Splash. HEX triplet: ED, D8 and A0. RGB value is (237,216,160). Sum of RGB (Red+Green+Blue) = 237+216+160=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 160 (62.89% from 255 or 26.10% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD8A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD8A0 is #12275F. Grayscale: #D8D8D8. Windows color (decimal): -1189728 or 10541293. OLE color: 10541293.

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

Color convert

RGB237216160-
CMYK00.090.320.07
HSL43.64º68.14%77.84%-
HSV(B)43.64º32.49%92.94%-
XYZ65.8369.6543.23-
YUV215.996.46143.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 160 (62.89% from 255) = 26.10%
R=38.66%
G=35.24%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721616000.090.320.0743.6468.1477.84
HexEDD8A0092072c444e
Octal35533024001140754104116
Binary1110110111011000101000000100110000011110110010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD8A0; }

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

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

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

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

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

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

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

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