Html Css Color HEX #EBA164 Sandy Brown

📋 copy color: '#EBA164'

red 235 ◦ green 161 ◦ blue 100

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

Shades of Sandy Brown #EBA164

Tints of Sandy Brown #EBA164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.46%

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

R = 47.38%
G = 32.46%
B = 20.16%

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

#EBA164 (or 0xEBA164) is known color: Sandy Brown. HEX triplet: EB, A1 and 64. RGB value is (235,161,100). Sum of RGB (Red+Green+Blue) = 235+161+100=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 161 (63.28% from 255 or 32.46% from 496); Blue value is 100 (39.45% from 255 or 20.16% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA164 is #145E9B. Grayscale: #B0B0B0. Windows color (decimal): -1334940 or 6595051. OLE color: 6595051.

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

Color convert

RGB 235 161 100 -
CMYK 0 0.31 0.57 0.08
HSL 27.11º 0.77% 0.66% -
HSV(B) 27.11º 0.57% 0.92% -
XYZ 49.31 44.07 17.96 -
YUV 176.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 235 161 100 0 0.31 0.57 0.08 27.11 0.77 0.66
Hex EB A1 64 0 1F 39 8 1B 4D 42
Octal 353 241 144 0 37 71 10 33 115 102
Binary 11101011 10100001 1100100 0 11111 111001 1000 11011 1001101 1000010

Color Harmonies of #EBA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA164

Black with #EBA164

Text Example


Text Example

White with #EBA164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA164; }

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

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

background-color css

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

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

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

border-color css

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

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

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