#EBD99A

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

Shades of Splash #EBD99A

Tints of Splash #EBD99A

Color information

#EBD99A (or 0xEBD99A) is unknown color: approx Splash. HEX triplet: EB, D9 and 9A. RGB value is (235,217,154). Sum of RGB (Red+Green+Blue) = 235+217+154=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 154 (60.55% from 255 or 25.41% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD99A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD99A is #142665. Grayscale: #D7D7D7. Windows color (decimal): -1320550 or 10148331. OLE color: 10148331.

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

Color convert

RGB235217154-
CMYK00.080.340.08
HSL46.67º66.94%76.27%-
HSV(B)46.67º34.47%92.16%-
XYZ64.9169.6240.59-
YUV215.293.46142.12-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 217 (85.16% from 255) = 35.81%
BLUE value IS 154 (60.55% from 255) = 25.41%
R=38.78%
G=35.81%
B=25.41%

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
Decimal23521715400.080.340.0846.6766.9476.27
HexEBD99A082282f434c
Octal353331232010421057103114
Binary11101011110110011001101001000100010100010111110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD99A; }

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

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

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

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

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

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

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

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