#EDD497

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

Shades of Splash #EDD497

Tints of Splash #EDD497

Color information

#EDD497 (or 0xEDD497) is unknown color: approx Splash. HEX triplet: ED, D4 and 97. RGB value is (237,212,151). Sum of RGB (Red+Green+Blue) = 237+212+151=600 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.5% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 151 (59.38% from 255 or 25.17% from 600); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD497 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD497 is #122B68. Grayscale: #D4D4D4. Windows color (decimal): -1190761 or 9950445. OLE color: 9950445.

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

Color convert

RGB237212151-
CMYK00.110.360.07
HSL42.56º70.49%76.08%-
HSV(B)42.56º36.29%92.94%-
XYZ64.0567.3338.9-
YUV212.5293.28145.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.5%
GREEN value IS 212 (83.20% from 255) = 35.33%
BLUE value IS 151 (59.38% from 255) = 25.17%
R=39.5%
G=35.33%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721215100.110.360.0742.5670.4976.08
HexEDD4970B2472b464c
Octal35532422701344753106114
Binary1110110111010100100101110101110010011110101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD497; }

 p { color: rgb(237,212,151); }

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

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

 a { background-color: rgb(237,212,151); }

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

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

 span { border-color: rgb(237,212,151); }

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