Html Css Color HEX #EAA460 Sandy Brown

📋 copy color: '#EAA460'

red 234 ◦ green 164 ◦ blue 96

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

Shades of Sandy Brown #EAA460

Tints of Sandy Brown #EAA460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.43%

R = 47.37%
G = 33.2%
B = 19.43%

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

#EAA460 (or 0xEAA460) is known color: Sandy Brown. HEX triplet: EA, A4 and 60. RGB value is (234,164,96). Sum of RGB (Red+Green+Blue) = 234+164+96=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 164 (64.45% from 255 or 33.20% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA460 is #155B9F. Grayscale: #B1B1B1. Windows color (decimal): -1399712 or 6333674. OLE color: 6333674.

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

Color convert

RGB 234 164 96 -
CMYK 0 0.30 0.59 0.08
HSL 29.57º 0.77% 0.65% -
HSV(B) 29.57º 0.59% 0.92% -
XYZ 49.32 44.89 17.13 -
YUV 177.18 82.19 168.53 -
System Red Green Blue C M Y K H S L
Decimal 234 164 96 0 0.30 0.59 0.08 29.57 0.77 0.65
Hex EA A4 60 0 1E 3B 8 1E 4D 41
Octal 352 244 140 0 36 73 10 36 115 101
Binary 11101010 10100100 1100000 0 11110 111011 1000 11110 1001101 1000001

Color Harmonies of #EAA460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA460

Black with #EAA460

Text Example


Text Example

White with #EAA460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA460; }

 p { color: rgb(234,164,96); }

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

background-color css

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

 a { background-color: rgb(234,164,96); }

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

border-color css

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

 span { border-color: rgb(234,164,96); }

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