Html Css Color HEX #EBA461 Sandy Brown

📋 copy color: '#EBA461'

red 235 ◦ green 164 ◦ blue 97

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

Shades of Sandy Brown #EBA461

Tints of Sandy Brown #EBA461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.56%

R = 47.38%
G = 33.06%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBA461 (or 0xEBA461) is known color: Sandy Brown. HEX triplet: EB, A4 and 61. RGB value is (235,164,97). Sum of RGB (Red+Green+Blue) = 235+164+97=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 164 (64.45% from 255 or 33.06% from 496); Blue value is 97 (38.28% from 255 or 19.56% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EBA461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EBA461 is #145B9E. Grayscale: #B1B1B1. Windows color (decimal): -1334175 or 6399211. OLE color: 6399211.

HSL color Cylindrical-coordinate representation of color #EBA461: hue angle of 29.13º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EBA461 is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 164 97 -
CMYK 0 0.30 0.59 0.08
HSL 29.13º 0.78% 0.65% -
HSV(B) 29.13º 0.59% 0.92% -
XYZ 49.69 45.08 17.39 -
YUV 177.59 82.52 168.95 -
System Red Green Blue C M Y K H S L
Decimal 235 164 97 0 0.30 0.59 0.08 29.13 0.78 0.65
Hex EB A4 61 0 1E 3B 8 1D 4E 41
Octal 353 244 141 0 36 73 10 35 116 101
Binary 11101011 10100100 1100001 0 11110 111011 1000 11101 1001110 1000001

Color Harmonies of #EBA461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBA461

Black with #EBA461

Text Example


Text Example

White with #EBA461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBA461; }

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

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

background-color css

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

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

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

border-color css

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

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

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