#EBA85A

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

Shades of Sandy Brown #EBA85A

Tints of Sandy Brown #EBA85A

Color information

#EBA85A (or 0xEBA85A) is unknown color: approx Sandy Brown. HEX triplet: EB, A8 and 5A. RGB value is (235,168,90). Sum of RGB (Red+Green+Blue) = 235+168+90=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 168 (66.02% from 255 or 34.08% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA85A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA85A is #1457A5. Grayscale: #B3B3B3. Windows color (decimal): -1333158 or 5941483. OLE color: 5941483.

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

Color convert

RGB23516890-
CMYK00.290.620.08
HSL32.28º78.38%63.73%-
HSV(B)32.28º61.7%92.16%-
XYZ50.1146.4115.99-
YUV179.1477.7167.84-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 168 (66.02% from 255) = 34.08%
BLUE value IS 90 (35.55% from 255) = 18.26%
R=47.67%
G=34.08%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351689000.290.620.0832.2878.3863.73
HexEBA85A01D3E8204e40
Octal353250132035761040116100
Binary11101011101010001011010011101111110100010000010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBA85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBA85A; }

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

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

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

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

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

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

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

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