Html Css Color HEX #EBA966 Sandy Brown

📋 copy color: '#EBA966'

red 235 ◦ green 169 ◦ blue 102

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

Shades of Sandy Brown #EBA966

Tints of Sandy Brown #EBA966

RGB

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

 GREEN value IS 169 (66.41% from 255) = 33.4%

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

R = 46.44%
G = 33.4%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBA966 (or 0xEBA966) is known color: Sandy Brown. HEX triplet: EB, A9 and 66. RGB value is (235,169,102). Sum of RGB (Red+Green+Blue) = 235+169+102=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 169 (66.41% from 255 or 33.40% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA966 is #145699. Grayscale: #B5B5B5. Windows color (decimal): -1332890 or 6728171. OLE color: 6728171.

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

Color convert

RGB 235 169 102 -
CMYK 0 0.28 0.57 0.08
HSL 30.23º 0.77% 0.66% -
HSV(B) 30.23º 0.57% 0.92% -
XYZ 50.85 47 18.96 -
YUV 181.1 83.37 166.45 -
System Red Green Blue C M Y K H S L
Decimal 235 169 102 0 0.28 0.57 0.08 30.23 0.77 0.66
Hex EB A9 66 0 1C 39 8 1E 4D 42
Octal 353 251 146 0 34 71 10 36 115 102
Binary 11101011 10101001 1100110 0 11100 111001 1000 11110 1001101 1000010

Color Harmonies of #EBA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA966

Black with #EBA966

Text Example


Text Example

White with #EBA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA966; }

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

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

background-color css

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

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

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

border-color css

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

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

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