Html Css Color HEX #EAA061 Sandy Brown

📋 copy color: '#EAA061'

red 234 ◦ green 160 ◦ blue 97

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

Shades of Sandy Brown #EAA061

Tints of Sandy Brown #EAA061

RGB

 RED value IS 234 (91.8% from 255) = 47.66%

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

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

R = 47.66%
G = 32.59%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAA061 (or 0xEAA061) is known color: Sandy Brown. HEX triplet: EA, A0 and 61. RGB value is (234,160,97). Sum of RGB (Red+Green+Blue) = 234+160+97=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 160 (62.89% from 255 or 32.59% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA061 is #155F9E. Grayscale: #AFAFAF. Windows color (decimal): -1400735 or 6398186. OLE color: 6398186.

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

Color convert

RGB 234 160 97 -
CMYK 0 0.32 0.59 0.08
HSL 27.59º 0.77% 0.65% -
HSV(B) 27.59º 0.59% 0.92% -
XYZ 48.66 43.5 17.14 -
YUV 174.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 234 160 97 0 0.32 0.59 0.08 27.59 0.77 0.65
Hex EA A0 61 0 20 3B 8 1C 4D 41
Octal 352 240 141 0 40 73 10 34 115 101
Binary 11101010 10100000 1100001 0 100000 111011 1000 11100 1001101 1000001

Color Harmonies of #EAA061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA061

Black with #EAA061

Text Example


Text Example

White with #EAA061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA061; }

 p { color: rgb(234,160,97); }

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

background-color css

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

 a { background-color: rgb(234,160,97); }

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

border-color css

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

 span { border-color: rgb(234,160,97); }

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