#EDD799

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

Shades of Splash #EDD799

Tints of Splash #EDD799

Color information

#EDD799 (or 0xEDD799) is unknown color: approx Splash. HEX triplet: ED, D7 and 99. RGB value is (237,215,153). Sum of RGB (Red+Green+Blue) = 237+215+153=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 215 (84.38% from 255 or 35.54% from 605); Blue value is 153 (60.16% from 255 or 25.29% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD799 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD799 is #122866. Grayscale: #D6D6D6. Windows color (decimal): -1189991 or 10082285. OLE color: 10082285.

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

Color convert

RGB237215153-
CMYK00.090.350.07
HSL44.29º70%76.47%-
HSV(B)44.29º35.44%92.94%-
XYZ64.9868.9140.01-
YUV214.5193.29144.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 215 (84.38% from 255) = 35.54%
BLUE value IS 153 (60.16% from 255) = 25.29%
R=39.17%
G=35.54%
B=25.29%

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
Decimal23721515300.090.350.0744.297076.47
HexEDD799092372c464c
Octal35532723101143754106114
Binary1110110111010111100110010100110001111110110010001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD799; }

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

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

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

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

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

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

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

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