#EDDA9E

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

Shades of Splash #EDDA9E

Tints of Splash #EDDA9E

Color information

#EDDA9E (or 0xEDDA9E) is unknown color: approx Splash. HEX triplet: ED, DA and 9E. RGB value is (237,218,158). Sum of RGB (Red+Green+Blue) = 237+218+158=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 158 (62.11% from 255 or 25.77% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDA9E is #122561. Grayscale: #D9D9D9. Windows color (decimal): -1189218 or 10410733. OLE color: 10410733.

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

Color convert

RGB237218158-
CMYK00.080.330.07
HSL45.57º68.7%77.45%-
HSV(B)45.57º33.33%92.94%-
XYZ66.1770.6242.49-
YUV216.8494.79142.38-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 158 (62.11% from 255) = 25.77%
R=38.66%
G=35.56%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721815800.080.330.0745.5768.777.45
HexEDDA9E082172e454d
Octal35533223601041756105115
Binary1110110111011010100111100100010000111110111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDA9E; }

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

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

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

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

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

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

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

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