Html Css Color HEX #EBA965 Sandy Brown

📋 copy color: '#EBA965'

red 235 ◦ green 169 ◦ blue 101

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

Shades of Sandy Brown #EBA965

Tints of Sandy Brown #EBA965

RGB

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

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

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

R = 46.53%
G = 33.47%
B = 20%

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

#EBA965 (or 0xEBA965) is known color: Sandy Brown. HEX triplet: EB, A9 and 65. RGB value is (235,169,101). Sum of RGB (Red+Green+Blue) = 235+169+101=505 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.53% from 505); Green value is 169 (66.41% from 255 or 33.47% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA965 is #14569A. Grayscale: #B5B5B5. Windows color (decimal): -1332891 or 6662635. OLE color: 6662635.

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

Color convert

RGB 235 169 101 -
CMYK 0 0.28 0.57 0.08
HSL 30.45º 0.77% 0.66% -
HSV(B) 30.45º 0.57% 0.92% -
XYZ 50.8 46.98 18.7 -
YUV 180.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 235 169 101 0 0.28 0.57 0.08 30.45 0.77 0.66
Hex EB A9 65 0 1C 39 8 1E 4D 42
Octal 353 251 145 0 34 71 10 36 115 102
Binary 11101011 10101001 1100101 0 11100 111001 1000 11110 1001101 1000010

Color Harmonies of #EBA965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA965

Black with #EBA965

Text Example


Text Example

White with #EBA965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA965; }

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

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

background-color css

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

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

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

border-color css

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

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

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