Html Css Color HEX #EBA064 Sandy Brown

📋 copy color: '#EBA064'

red 235 ◦ green 160 ◦ blue 100

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

Shades of Sandy Brown #EBA064

Tints of Sandy Brown #EBA064

RGB

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

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

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

R = 47.47%
G = 32.32%
B = 20.2%

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

#EBA064 (or 0xEBA064) is known color: Sandy Brown. HEX triplet: EB, A0 and 64. RGB value is (235,160,100). Sum of RGB (Red+Green+Blue) = 235+160+100=495 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.47% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA064 is #145F9B. Grayscale: #AFAFAF. Windows color (decimal): -1335196 or 6594795. OLE color: 6594795.

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

Color convert

RGB 235 160 100 -
CMYK 0 0.32 0.57 0.08
HSL 26.67º 0.77% 0.66% -
HSV(B) 26.67º 0.57% 0.92% -
XYZ 49.13 43.72 17.91 -
YUV 175.59 85.35 170.38 -
System Red Green Blue C M Y K H S L
Decimal 235 160 100 0 0.32 0.57 0.08 26.67 0.77 0.66
Hex EB A0 64 0 20 39 8 1B 4D 42
Octal 353 240 144 0 40 71 10 33 115 102
Binary 11101011 10100000 1100100 0 100000 111001 1000 11011 1001101 1000010

Color Harmonies of #EBA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA064

Black with #EBA064

Text Example


Text Example

White with #EBA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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