Html Css Color HEX #EBA364 Sandy Brown

📋 copy color: '#EBA364'

red 235 ◦ green 163 ◦ blue 100

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

Shades of Sandy Brown #EBA364

Tints of Sandy Brown #EBA364

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.73%

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

R = 47.19%
G = 32.73%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBA364 (or 0xEBA364) is known color: Sandy Brown. HEX triplet: EB, A3 and 64. RGB value is (235,163,100). Sum of RGB (Red+Green+Blue) = 235+163+100=498 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.19% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA364 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA364 is #145C9B. Grayscale: #B1B1B1. Windows color (decimal): -1334428 or 6595563. OLE color: 6595563.

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

Color convert

RGB 235 163 100 -
CMYK 0 0.31 0.57 0.08
HSL 28º 0.77% 0.66% -
HSV(B) 28º 0.57% 0.92% -
XYZ 49.66 44.78 18.08 -
YUV 177.35 84.35 169.12 -
System Red Green Blue C M Y K H S L
Decimal 235 163 100 0 0.31 0.57 0.08 28 0.77 0.66
Hex EB A3 64 0 1F 39 8 1C 4D 42
Octal 353 243 144 0 37 71 10 34 115 102
Binary 11101011 10100011 1100100 0 11111 111001 1000 11100 1001101 1000010

Color Harmonies of #EBA364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA364

Black with #EBA364

Text Example


Text Example

White with #EBA364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA364; }

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

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

background-color css

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

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

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

border-color css

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

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

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