#EDDB9E

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

Shades of Splash #EDDB9E

Tints of Splash #EDDB9E

Color information

#EDDB9E (or 0xEDDB9E) is unknown color: approx Splash. HEX triplet: ED, DB and 9E. RGB value is (237,219,158). Sum of RGB (Red+Green+Blue) = 237+219+158=614 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.60% from 614); Green value is 219 (85.94% from 255 or 35.67% from 614); Blue value is 158 (62.11% from 255 or 25.73% from 614); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDB9E is #122461. Grayscale: #D9D9D9. Windows color (decimal): -1188962 or 10410989. OLE color: 10410989.

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

Color convert

RGB237219158-
CMYK00.080.330.07
HSL46.33º68.7%77.45%-
HSV(B)46.33º33.33%92.94%-
XYZ66.4371.1442.58-
YUV217.4394.46141.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.60%
GREEN value IS 219 (85.94% from 255) = 35.67%
BLUE value IS 158 (62.11% from 255) = 25.73%
R=38.60%
G=35.67%
B=25.73%

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
Decimal23721915800.080.330.0746.3368.777.45
HexEDDB9E082172e454d
Octal35533323601041756105115
Binary1110110111011011100111100100010000111110111010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDB9E; }

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

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

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

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

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

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

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

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