Html Css Color HEX #EBA066 Sandy Brown

📋 copy color: '#EBA066'

red 235 ◦ green 160 ◦ blue 102

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

Shades of Sandy Brown #EBA066

Tints of Sandy Brown #EBA066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.52%

R = 47.28%
G = 32.19%
B = 20.52%

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

#EBA066 (or 0xEBA066) is known color: Sandy Brown. HEX triplet: EB, A0 and 66. RGB value is (235,160,102). Sum of RGB (Red+Green+Blue) = 235+160+102=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 160 (62.89% from 255 or 32.19% from 497); Blue value is 102 (40.23% from 255 or 20.52% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA066 is #145F99. Grayscale: #B0B0B0. Windows color (decimal): -1335194 or 6725867. OLE color: 6725867.

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

Color convert

RGB 235 160 102 -
CMYK 0 0.32 0.57 0.08
HSL 26.17º 0.77% 0.66% -
HSV(B) 26.17º 0.57% 0.92% -
XYZ 49.23 43.76 18.42 -
YUV 175.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 235 160 102 0 0.32 0.57 0.08 26.17 0.77 0.66
Hex EB A0 66 0 20 39 8 1A 4D 42
Octal 353 240 146 0 40 71 10 32 115 102
Binary 11101011 10100000 1100110 0 100000 111001 1000 11010 1001101 1000010

Color Harmonies of #EBA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA066

Black with #EBA066

Text Example


Text Example

White with #EBA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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