Html Css Color HEX #EBA85A Sandy Brown

📋 copy color: '#EBA85A'

red 235 ◦ green 168 ◦ blue 90

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

Shades of Sandy Brown #EBA85A

Tints of Sandy Brown #EBA85A

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 value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EBA85A (or 0xEBA85A) is known color: 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

RGB 235 168 90 -
CMYK 0 0.29 0.62 0.08
HSL 32.28º 0.78% 0.64% -
HSV(B) 32.28º 0.62% 0.92% -
XYZ 50.11 46.41 15.99 -
YUV 179.14 77.7 167.84 -
System Red Green Blue C M Y K H S L
Decimal 235 168 90 0 0.29 0.62 0.08 32.28 0.78 0.64
Hex EB A8 5A 0 1D 3E 8 20 4E 40
Octal 353 250 132 0 35 76 10 40 116 100
Binary 11101011 10101000 1011010 0 11101 111110 1000 100000 1001110 1000000

Color Harmonies of #EBA85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA85A

Black with #EBA85A

Text Example


Text Example

White with #EBA85A

Text Example


Text Example

HTML Codes & Css Web 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>