#EDD597

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

Shades of Splash #EDD597

Tints of Splash #EDD597

Color information

#EDD597 (or 0xEDD597) is unknown color: approx Splash. HEX triplet: ED, D5 and 97. RGB value is (237,213,151). Sum of RGB (Red+Green+Blue) = 237+213+151=601 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.43% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD597 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD597 is #122A68. Grayscale: #D5D5D5. Windows color (decimal): -1190505 or 9950701. OLE color: 9950701.

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

Color convert

RGB237213151-
CMYK00.100.360.07
HSL43.26º70.49%76.08%-
HSV(B)43.26º36.29%92.94%-
XYZ64.3167.8338.98-
YUV213.1192.95145.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.43%
GREEN value IS 213 (83.59% from 255) = 35.44%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=39.43%
G=35.44%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23721315100.100.360.0743.2670.4976.08
HexEDD5970A2472b464c
Octal35532522701244753106114
Binary1110110111010101100101110101010010011110101110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDD597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDD597; }

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

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

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

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

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

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

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

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