#EBD59B

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

Shades of Splash #EBD59B

Tints of Splash #EBD59B

Color information

#EBD59B (or 0xEBD59B) is unknown color: approx Splash. HEX triplet: EB, D5 and 9B. RGB value is (235,213,155). Sum of RGB (Red+Green+Blue) = 235+213+155=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 213 (83.59% from 255 or 35.32% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD59B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD59B is #142A64. Grayscale: #D5D5D5. Windows color (decimal): -1321573 or 10212843. OLE color: 10212843.

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

Color convert

RGB235213155-
CMYK00.090.340.08
HSL43.5º66.67%76.47%-
HSV(B)43.5º34.04%92.16%-
XYZ63.9767.6240.69-
YUV212.9795.29143.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 213 (83.59% from 255) = 35.32%
BLUE value IS 155 (60.94% from 255) = 25.70%
R=38.97%
G=35.32%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521315500.090.340.0843.566.6776.47
HexEBD59B092282c434c
Octal353325233011421054103114
Binary11101011110101011001101101001100010100010110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD59B; }

 p { color: rgb(235,213,155); }

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

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

 a { background-color: rgb(235,213,155); }

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

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

 span { border-color: rgb(235,213,155); }

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