#EDD79B

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

Shades of Splash #EDD79B

Tints of Splash #EDD79B

Color information

#EDD79B (or 0xEDD79B) is unknown color: approx Splash. HEX triplet: ED, D7 and 9B. RGB value is (237,215,155). Sum of RGB (Red+Green+Blue) = 237+215+155=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 215 (84.38% from 255 or 35.42% from 607); Blue value is 155 (60.94% from 255 or 25.54% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD79B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD79B is #122864. Grayscale: #D7D7D7. Windows color (decimal): -1189989 or 10213357. OLE color: 10213357.

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

Color convert

RGB237215155-
CMYK00.090.350.07
HSL43.9º69.49%76.86%-
HSV(B)43.9º34.6%92.94%-
XYZ65.1468.9740.89-
YUV214.7494.29143.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.04%
GREEN value IS 215 (84.38% from 255) = 35.42%
BLUE value IS 155 (60.94% from 255) = 25.54%
R=39.04%
G=35.42%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721515500.090.350.0743.969.4976.86
HexEDD79B092372c454d
Octal35532723301143754105115
Binary1110110111010111100110110100110001111110110010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD79B; }

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

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

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

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

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

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

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

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