Html Css Color HEX #EAA760 Sandy Brown

📋 copy color: '#EAA760'

red 234 ◦ green 167 ◦ blue 96

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

Shades of Sandy Brown #EAA760

Tints of Sandy Brown #EAA760

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.6%

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

R = 47.08%
G = 33.6%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAA760 (or 0xEAA760) is known color: Sandy Brown. HEX triplet: EA, A7 and 60. RGB value is (234,167,96). Sum of RGB (Red+Green+Blue) = 234+167+96=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA760 is #15589F. Grayscale: #B3B3B3. Windows color (decimal): -1398944 or 6334442. OLE color: 6334442.

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

Color convert

RGB 234 167 96 -
CMYK 0 0.29 0.59 0.08
HSL 30.87º 0.77% 0.65% -
HSV(B) 30.87º 0.59% 0.92% -
XYZ 49.86 45.97 17.31 -
YUV 178.94 81.2 167.27 -
System Red Green Blue C M Y K H S L
Decimal 234 167 96 0 0.29 0.59 0.08 30.87 0.77 0.65
Hex EA A7 60 0 1D 3B 8 1F 4D 41
Octal 352 247 140 0 35 73 10 37 115 101
Binary 11101010 10100111 1100000 0 11101 111011 1000 11111 1001101 1000001

Color Harmonies of #EAA760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA760

Black with #EAA760

Text Example


Text Example

White with #EAA760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA760; }

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

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

background-color css

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

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

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

border-color css

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

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

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