Html Css Color HEX #EEA060 Sandy Brown

📋 copy color: '#EEA060'

red 238 ◦ green 160 ◦ blue 96

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

Shades of Sandy Brown #EEA060

Tints of Sandy Brown #EEA060

RGB

 RED value IS 238 (93.36% from 255) = 48.18%

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

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

R = 48.18%
G = 32.39%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEA060 (or 0xEEA060) is known color: Sandy Brown. HEX triplet: EE, A0 and 60. RGB value is (238,160,96). Sum of RGB (Red+Green+Blue) = 238+160+96=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 160 (62.89% from 255 or 32.39% from 494); Blue value is 96 (37.89% from 255 or 19.43% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA060 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA060 is #115F9F. Grayscale: #B0B0B0. Windows color (decimal): -1138592 or 6332654. OLE color: 6332654.

HSL color Cylindrical-coordinate representation of color #EEA060: hue angle of 27.04º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEA060 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 96 -
CMYK 0 0.33 0.60 0.07
HSL 27.04º 0.81% 0.65% -
HSV(B) 27.04º 0.6% 0.93% -
XYZ 49.94 44.16 16.96 -
YUV 176.03 82.84 172.2 -
System Red Green Blue C M Y K H S L
Decimal 238 160 96 0 0.33 0.60 0.07 27.04 0.81 0.65
Hex EE A0 60 0 21 3C 7 1B 51 41
Octal 356 240 140 0 41 74 7 33 121 101
Binary 11101110 10100000 1100000 0 100001 111100 111 11011 1010001 1000001

Color Harmonies of #EEA060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA060

Black with #EEA060

Text Example


Text Example

White with #EEA060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA060; }

 p { color: rgb(238,160,96); }

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

background-color css

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

 a { background-color: rgb(238,160,96); }

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

border-color css

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

 span { border-color: rgb(238,160,96); }

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