Html Css Color HEX #EAA063 Sandy Brown

📋 copy color: '#EAA063'

red 234 ◦ green 160 ◦ blue 99

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

Shades of Sandy Brown #EAA063

Tints of Sandy Brown #EAA063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.08%

R = 47.46%
G = 32.45%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAA063 (or 0xEAA063) is known color: Sandy Brown. HEX triplet: EA, A0 and 63. RGB value is (234,160,99). Sum of RGB (Red+Green+Blue) = 234+160+99=493 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.46% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 99 (39.06% from 255 or 20.08% from 493); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA063 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA063 is #155F9C. Grayscale: #AFAFAF. Windows color (decimal): -1400733 or 6529258. OLE color: 6529258.

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

Color convert

RGB 234 160 99 -
CMYK 0 0.32 0.58 0.08
HSL 27.11º 0.76% 0.65% -
HSV(B) 27.11º 0.58% 0.92% -
XYZ 48.75 43.53 17.64 -
YUV 175.17 85.02 169.96 -
System Red Green Blue C M Y K H S L
Decimal 234 160 99 0 0.32 0.58 0.08 27.11 0.76 0.65
Hex EA A0 63 0 20 3A 8 1B 4C 41
Octal 352 240 143 0 40 72 10 33 114 101
Binary 11101010 10100000 1100011 0 100000 111010 1000 11011 1001100 1000001

Color Harmonies of #EAA063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA063

Black with #EAA063

Text Example


Text Example

White with #EAA063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA063; }

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

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

background-color css

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

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

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

border-color css

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

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

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