Html Css Color HEX #EEA160 Sandy Brown

📋 copy color: '#EEA160'

red 238 ◦ green 161 ◦ blue 96

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

Shades of Sandy Brown #EEA160

Tints of Sandy Brown #EEA160

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.53%

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

R = 48.08%
G = 32.53%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EEA160 (or 0xEEA160) is known color: Sandy Brown. HEX triplet: EE, A1 and 60. RGB value is (238,161,96). Sum of RGB (Red+Green+Blue) = 238+161+96=495 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.08% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA160 is #115E9F. Grayscale: #B0B0B0. Windows color (decimal): -1138336 or 6332910. OLE color: 6332910.

HSL color Cylindrical-coordinate representation of color #EEA160: hue angle of 27.46º 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 #EEA160 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 161 96 -
CMYK 0 0.32 0.60 0.07
HSL 27.46º 0.81% 0.65% -
HSV(B) 27.46º 0.6% 0.93% -
XYZ 50.12 44.51 17.02 -
YUV 176.61 82.51 171.79 -
System Red Green Blue C M Y K H S L
Decimal 238 161 96 0 0.32 0.60 0.07 27.46 0.81 0.65
Hex EE A1 60 0 20 3C 7 1B 51 41
Octal 356 241 140 0 40 74 7 33 121 101
Binary 11101110 10100001 1100000 0 100000 111100 111 11011 1010001 1000001

Color Harmonies of #EEA160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA160

Black with #EEA160

Text Example


Text Example

White with #EEA160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA160; }

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

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

background-color css

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

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

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

border-color css

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

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

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