#EBD79A

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

Shades of Splash #EBD79A

Tints of Splash #EBD79A

Color information

#EBD79A (or 0xEBD79A) is unknown color: approx Splash. HEX triplet: EB, D7 and 9A. RGB value is (235,215,154). Sum of RGB (Red+Green+Blue) = 235+215+154=604 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.91% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD79A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD79A is #142865. Grayscale: #D6D6D6. Windows color (decimal): -1321062 or 10147819. OLE color: 10147819.

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

Color convert

RGB235215154-
CMYK00.090.340.08
HSL45.19º66.94%76.27%-
HSV(B)45.19º34.47%92.16%-
XYZ64.3968.640.42-
YUV214.0394.13142.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.91%
GREEN value IS 215 (84.38% from 255) = 35.60%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=38.91%
G=35.60%
B=25.50%

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
Decimal23521515400.090.340.0845.1966.9476.27
HexEBD79A092282d434c
Octal353327232011421055103114
Binary11101011110101111001101001001100010100010110110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD79A; }

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

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

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

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

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

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

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

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