#EBA96B

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

Shades of Sandy Brown #EBA96B

Tints of Sandy Brown #EBA96B

Color information

#EBA96B (or 0xEBA96B) is unknown color: approx Sandy Brown. HEX triplet: EB, A9 and 6B. RGB value is (235,169,107). Sum of RGB (Red+Green+Blue) = 235+169+107=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 169 (66.41% from 255 or 33.07% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA96B is #145694. Grayscale: #B5B5B5. Windows color (decimal): -1332885 or 7055851. OLE color: 7055851.

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

Color convert

RGB235169107-
CMYK00.280.540.08
HSL29.06º76.19%67.06%-
HSV(B)29.06º54.47%92.16%-
XYZ51.147.120.31-
YUV181.6785.87166.04-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 45.99%
GREEN value IS 169 (66.41% from 255) = 33.07%
BLUE value IS 107 (42.19% from 255) = 20.94%
R=45.99%
G=33.07%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516910700.280.540.0829.0676.1967.06
HexEBA96B01C3681d4c43
Octal353251153034661035114103
Binary1110101110101001110101101110011011010001110110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA96B; }

 p { color: rgb(235,169,107); }

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

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

 a { background-color: rgb(235,169,107); }

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

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

 span { border-color: rgb(235,169,107); }

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