#EDDD9B

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

Shades of Splash #EDDD9B

Tints of Splash #EDDD9B

Color information

#EDDD9B (or 0xEDDD9B) is unknown color: approx Splash. HEX triplet: ED, DD and 9B. RGB value is (237,221,155). Sum of RGB (Red+Green+Blue) = 237+221+155=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 221 (86.72% from 255 or 36.05% from 613); Blue value is 155 (60.94% from 255 or 25.29% from 613); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD9B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDDD9B is #122264. Grayscale: #DADADA. Windows color (decimal): -1188453 or 10214893. OLE color: 10214893.

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

Color convert

RGB237221155-
CMYK00.070.350.07
HSL48.29º69.49%76.86%-
HSV(B)48.29º34.6%92.94%-
XYZ66.772.0841.41-
YUV218.2692.3141.37-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.66%
GREEN value IS 221 (86.72% from 255) = 36.05%
BLUE value IS 155 (60.94% from 255) = 25.29%
R=38.66%
G=36.05%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722115500.070.350.0748.2969.4976.86
HexEDDD9B0723730454d
Octal3553352330743760105115
Binary111011011101110110011011011110001111111000010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDD9B; }

 p { color: rgb(237,221,155); }

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

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

 a { background-color: rgb(237,221,155); }

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

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

 span { border-color: rgb(237,221,155); }

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