Html Css Color HEX #EBA065 Sandy Brown

📋 copy color: '#EBA065'

red 235 ◦ green 160 ◦ blue 101

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

Shades of Sandy Brown #EBA065

Tints of Sandy Brown #EBA065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 47.38%
G = 32.26%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBA065 (or 0xEBA065) is known color: Sandy Brown. HEX triplet: EB, A0 and 65. RGB value is (235,160,101). Sum of RGB (Red+Green+Blue) = 235+160+101=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 160 (62.89% from 255 or 32.26% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA065 is #145F9A. Grayscale: #B0B0B0. Windows color (decimal): -1335195 or 6660331. OLE color: 6660331.

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

Color convert

RGB 235 160 101 -
CMYK 0 0.32 0.57 0.08
HSL 26.42º 0.77% 0.66% -
HSV(B) 26.42º 0.57% 0.92% -
XYZ 49.18 43.74 18.16 -
YUV 175.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 235 160 101 0 0.32 0.57 0.08 26.42 0.77 0.66
Hex EB A0 65 0 20 39 8 1A 4D 42
Octal 353 240 145 0 40 71 10 32 115 102
Binary 11101011 10100000 1100101 0 100000 111001 1000 11010 1001101 1000010

Color Harmonies of #EBA065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA065

Black with #EBA065

Text Example


Text Example

White with #EBA065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA065; }

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

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

background-color css

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

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

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

border-color css

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

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

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