Html Css Color HEX #EBA864 Sandy Brown

📋 copy color: '#EBA864'

red 235 ◦ green 168 ◦ blue 100

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

Shades of Sandy Brown #EBA864

Tints of Sandy Brown #EBA864

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.4%

 BLUE value IS 100 (39.45% from 255) = 19.88%

R = 46.72%
G = 33.4%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBA864 (or 0xEBA864) is known color: Sandy Brown. HEX triplet: EB, A8 and 64. RGB value is (235,168,100). Sum of RGB (Red+Green+Blue) = 235+168+100=503 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.72% from 503); Green value is 168 (66.02% from 255 or 33.40% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA864 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA864 is #14579B. Grayscale: #B4B4B4. Windows color (decimal): -1333148 or 6596843. OLE color: 6596843.

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

Color convert

RGB 235 168 100 -
CMYK 0 0.29 0.57 0.08
HSL 30.22º 0.77% 0.66% -
HSV(B) 30.22º 0.57% 0.92% -
XYZ 50.56 46.59 18.38 -
YUV 180.28 82.7 167.03 -
System Red Green Blue C M Y K H S L
Decimal 235 168 100 0 0.29 0.57 0.08 30.22 0.77 0.66
Hex EB A8 64 0 1D 39 8 1E 4D 42
Octal 353 250 144 0 35 71 10 36 115 102
Binary 11101011 10101000 1100100 0 11101 111001 1000 11110 1001101 1000010

Color Harmonies of #EBA864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA864

Black with #EBA864

Text Example


Text Example

White with #EBA864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA864; }

 p { color: rgb(235,168,100); }

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

background-color css

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

 a { background-color: rgb(235,168,100); }

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

border-color css

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

 span { border-color: rgb(235,168,100); }

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