#EBA869

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

Shades of Sandy Brown #EBA869

Tints of Sandy Brown #EBA869

Color information

#EBA869 (or 0xEBA869) is unknown color: approx Sandy Brown. HEX triplet: EB, A8 and 69. RGB value is (235,168,105). Sum of RGB (Red+Green+Blue) = 235+168+105=508 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.26% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA869 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA869 is #145796. Grayscale: #B5B5B5. Windows color (decimal): -1333143 or 6924523. OLE color: 6924523.

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

Color convert

RGB235168105-
CMYK00.290.550.08
HSL29.08º76.47%66.67%-
HSV(B)29.08º55.32%92.16%-
XYZ50.8146.6919.7-
YUV180.8585.2166.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.26%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 105 (41.41% from 255) = 20.67%
R=46.26%
G=33.07%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23516810500.290.550.0829.0876.4766.67
HexEBA86901D3781d4c43
Octal353250151035671035114103
Binary1110101110101000110100101110111011110001110110011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA869; }

 p { color: rgb(235,168,105); }

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

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

 a { background-color: rgb(235,168,105); }

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

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

 span { border-color: rgb(235,168,105); }

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