Html Css Color HEX #EBA062 Sandy Brown

📋 copy color: '#EBA062'

red 235 ◦ green 160 ◦ blue 98

#EBA062
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sandy Brown #EBA062

Tints of Sandy Brown #EBA062

RGB

 RED value IS 235 (92.19% from 255) = 47.67%

 GREEN value IS 160 (62.89% from 255) = 32.45%

 BLUE value IS 98 (38.67% from 255) = 19.88%

R = 47.67%
G = 32.45%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EBA062 (or 0xEBA062) is known color: Sandy Brown. HEX triplet: EB, A0 and 62. RGB value is (235,160,98). Sum of RGB (Red+Green+Blue) = 235+160+98=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA062 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA062 is #145F9D. Grayscale: #AFAFAF. Windows color (decimal): -1335198 or 6463723. OLE color: 6463723.

HSL color Cylindrical-coordinate representation of color #EBA062: hue angle of 27.15º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EBA062 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 160 98 -
CMYK 0 0.32 0.58 0.08
HSL 27.15º 0.77% 0.65% -
HSV(B) 27.15º 0.58% 0.92% -
XYZ 49.04 43.69 17.4 -
YUV 175.36 84.35 170.54 -
System Red Green Blue C M Y K H S L
Decimal 235 160 98 0 0.32 0.58 0.08 27.15 0.77 0.65
Hex EB A0 62 0 20 3A 8 1B 4D 41
Octal 353 240 142 0 40 72 10 33 115 101
Binary 11101011 10100000 1100010 0 100000 111010 1000 11011 1001101 1000001

Color Harmonies of #EBA062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA062

Black with #EBA062

Text Example


Text Example

White with #EBA062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA062; }

 p { color: rgb(235,160,98); }

 H1.HeaderClassName
 {
   color: #EBA062;
 }
 .AnyTagClassName
 {
   color: #EBA062;
 }
</style>

background-color css

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

 a { background-color: rgb(235,160,98); }

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

border-color css

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

 span { border-color: rgb(235,160,98); }

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