#EDDBA0

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

Shades of Splash #EDDBA0

Tints of Splash #EDDBA0

Color information

#EDDBA0 (or 0xEDDBA0) is unknown color: approx Splash. HEX triplet: ED, DB and A0. RGB value is (237,219,160). Sum of RGB (Red+Green+Blue) = 237+219+160=616 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.47% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 160 (62.89% from 255 or 25.97% from 616); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDBA0 is #12245F. Grayscale: #D9D9D9. Windows color (decimal): -1188960 or 10542061. OLE color: 10542061.

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

Color convert

RGB237219160-
CMYK00.080.320.07
HSL45.97º68.14%77.84%-
HSV(B)45.97º32.49%92.94%-
XYZ66.671.2143.49-
YUV217.6695.46141.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.47%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 160 (62.89% from 255) = 25.97%
R=38.47%
G=35.55%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721916000.080.320.0745.9768.1477.84
HexEDDBA0082072e444e
Octal35533324001040756104116
Binary1110110111011011101000000100010000011110111010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDBA0; }

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

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

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

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

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

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

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

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