#EBD997

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

Shades of Splash #EBD997

Tints of Splash #EBD997

Color information

#EBD997 (or 0xEBD997) is unknown color: approx Splash. HEX triplet: EB, D9 and 97. RGB value is (235,217,151). Sum of RGB (Red+Green+Blue) = 235+217+151=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 151 (59.38% from 255 or 25.04% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD997 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD997 is #142668. Grayscale: #D7D7D7. Windows color (decimal): -1320553 or 9951723. OLE color: 9951723.

HSL color Cylindrical-coordinate representation of color #EBD997: hue angle of 47.14º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EBD997 is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB235217151-
CMYK00.080.360.08
HSL47.14º67.74%75.69%-
HSV(B)47.14º35.74%92.16%-
XYZ64.6669.5239.29-
YUV214.8691.96142.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 217 (85.16% from 255) = 35.99%
BLUE value IS 151 (59.38% from 255) = 25.04%
R=38.97%
G=35.99%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521715100.080.360.0847.1467.7475.69
HexEBD997082482f444c
Octal353331227010441057104114
Binary11101011110110011001011101000100100100010111110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD997; }

 p { color: rgb(235,217,151); }

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

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

 a { background-color: rgb(235,217,151); }

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

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

 span { border-color: rgb(235,217,151); }

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