Html Css Color HEX #EBA05A Sandy Brown

📋 copy color: '#EBA05A'

red 235 ◦ green 160 ◦ blue 90

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

Shades of Sandy Brown #EBA05A

Tints of Sandy Brown #EBA05A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.56%

R = 48.45%
G = 32.99%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBA05A (or 0xEBA05A) is known color: Sandy Brown. HEX triplet: EB, A0 and 5A. RGB value is (235,160,90). Sum of RGB (Red+Green+Blue) = 235+160+90=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 90 (35.55% from 255 or 18.56% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA05A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA05A is #145FA5. Grayscale: #AEAEAE. Windows color (decimal): -1335206 or 5939435. OLE color: 5939435.

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

Color convert

RGB 235 160 90 -
CMYK 0 0.32 0.62 0.08
HSL 28.97º 0.78% 0.64% -
HSV(B) 28.97º 0.62% 0.92% -
XYZ 48.68 43.54 15.51 -
YUV 174.45 80.35 171.19 -
System Red Green Blue C M Y K H S L
Decimal 235 160 90 0 0.32 0.62 0.08 28.97 0.78 0.64
Hex EB A0 5A 0 20 3E 8 1D 4E 40
Octal 353 240 132 0 40 76 10 35 116 100
Binary 11101011 10100000 1011010 0 100000 111110 1000 11101 1001110 1000000

Color Harmonies of #EBA05A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA05A

Black with #EBA05A

Text Example


Text Example

White with #EBA05A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA05A; }

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

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

background-color css

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

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

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

border-color css

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

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

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