#EBD69A

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

Shades of Splash #EBD69A

Tints of Splash #EBD69A

Color information

#EBD69A (or 0xEBD69A) is unknown color: approx Splash. HEX triplet: EB, D6 and 9A. RGB value is (235,214,154). Sum of RGB (Red+Green+Blue) = 235+214+154=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 154 (60.55% from 255 or 25.54% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBD69A is #142965. Grayscale: #D5D5D5. Windows color (decimal): -1321318 or 10147563. OLE color: 10147563.

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

Color convert

RGB235214154-
CMYK00.090.340.08
HSL44.44º66.94%76.27%-
HSV(B)44.44º34.47%92.16%-
XYZ64.1468.0940.33-
YUV213.4494.46143.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 154 (60.55% from 255) = 25.54%
R=38.97%
G=35.49%
B=25.54%

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
Decimal23521415400.090.340.0844.4466.9476.27
HexEBD69A092282c434c
Octal353326232011421054103114
Binary11101011110101101001101001001100010100010110010000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBD69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBD69A; }

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

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

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

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

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

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

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

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