#EBD89A

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

Shades of Splash #EBD89A

Tints of Splash #EBD89A

Color information

#EBD89A (or 0xEBD89A) is unknown color: approx Splash. HEX triplet: EB, D8 and 9A. RGB value is (235,216,154). Sum of RGB (Red+Green+Blue) = 235+216+154=605 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.84% from 605); Green value is 216 (84.77% from 255 or 35.70% from 605); Blue value is 154 (60.55% from 255 or 25.45% from 605); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD89A is #142765. Grayscale: #D6D6D6. Windows color (decimal): -1320806 or 10148075. OLE color: 10148075.

HSL color Cylindrical-coordinate representation of color #EBD89A: hue angle of 45.93º 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 #EBD89A is Cyan = 0, Magento = 0.08, Yellow = 0.34 and Black (K on CMYK) = 0.08.

Color convert

RGB235216154-
CMYK00.080.340.08
HSL45.93º66.94%76.27%-
HSV(B)45.93º34.47%92.16%-
XYZ64.6569.1140.5-
YUV214.6193.79142.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.84%
GREEN value IS 216 (84.77% from 255) = 35.70%
BLUE value IS 154 (60.55% from 255) = 25.45%
R=38.84%
G=35.70%
B=25.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23521615400.080.340.0845.9366.9476.27
HexEBD89A082282e434c
Octal353330232010421056103114
Binary11101011110110001001101001000100010100010111010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD89A; }

 p { color: rgb(235,216,154); }

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

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

 a { background-color: rgb(235,216,154); }

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

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

 span { border-color: rgb(235,216,154); }

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