#EBDA99

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

Shades of Splash #EBDA99

Tints of Splash #EBDA99

Color information

#EBDA99 (or 0xEBDA99) is unknown color: approx Splash. HEX triplet: EB, DA and 99. RGB value is (235,218,153). Sum of RGB (Red+Green+Blue) = 235+218+153=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 218 (85.55% from 255 or 35.97% from 606); Blue value is 153 (60.16% from 255 or 25.25% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDA99 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBDA99 is #142566. Grayscale: #D7D7D7. Windows color (decimal): -1320295 or 10083051. OLE color: 10083051.

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

Color convert

RGB235218153-
CMYK00.070.350.08
HSL47.56º67.21%76.08%-
HSV(B)47.56º34.89%92.16%-
XYZ65.0870.140.24-
YUV215.6792.63141.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 218 (85.55% from 255) = 35.97%
BLUE value IS 153 (60.16% from 255) = 25.25%
R=38.78%
G=35.97%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521815300.070.350.0847.5667.2176.08
HexEBDA990723830434c
Octal35333223107431060103114
Binary1110101111011010100110010111100011100011000010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDA99; }

 p { color: rgb(235,218,153); }

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

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

 a { background-color: rgb(235,218,153); }

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

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

 span { border-color: rgb(235,218,153); }

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