Html Css Color HEX #EBA464 Sandy Brown

📋 copy color: '#EBA464'

red 235 ◦ green 164 ◦ blue 100

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

Shades of Sandy Brown #EBA464

Tints of Sandy Brown #EBA464

RGB

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

 GREEN value IS 164 (64.45% from 255) = 32.87%

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

R = 47.09%
G = 32.87%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBA464 (or 0xEBA464) is known color: Sandy Brown. HEX triplet: EB, A4 and 64. RGB value is (235,164,100). Sum of RGB (Red+Green+Blue) = 235+164+100=499 (66% of max value = 765). Red value is 235 (92.19% from 255 or 47.09% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 100 (39.45% from 255 or 20.04% from 499); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA464 is #145B9B. Grayscale: #B2B2B2. Windows color (decimal): -1334172 or 6595819. OLE color: 6595819.

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

Color convert

RGB 235 164 100 -
CMYK 0 0.30 0.57 0.08
HSL 28.44º 0.77% 0.66% -
HSV(B) 28.44º 0.57% 0.92% -
XYZ 49.84 45.13 18.14 -
YUV 177.93 84.02 168.7 -
System Red Green Blue C M Y K H S L
Decimal 235 164 100 0 0.30 0.57 0.08 28.44 0.77 0.66
Hex EB A4 64 0 1E 39 8 1C 4D 42
Octal 353 244 144 0 36 71 10 34 115 102
Binary 11101011 10100100 1100100 0 11110 111001 1000 11100 1001101 1000010

Color Harmonies of #EBA464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA464

Black with #EBA464

Text Example


Text Example

White with #EBA464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA464; }

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

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

background-color css

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

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

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

border-color css

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

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

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