Html Css Color HEX #EEAA64 Sandy Brown

📋 copy color: '#EEAA64'

red 238 ◦ green 170 ◦ blue 100

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

Shades of Sandy Brown #EEAA64

Tints of Sandy Brown #EEAA64

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.46%

 BLUE value IS 100 (39.45% from 255) = 19.69%

R = 46.85%
G = 33.46%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEAA64 (or 0xEEAA64) is known color: Sandy Brown. HEX triplet: EE, AA and 64. RGB value is (238,170,100). Sum of RGB (Red+Green+Blue) = 238+170+100=508 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.85% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 100 (39.45% from 255 or 19.69% from 508); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAA64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEAA64 is #11559B. Grayscale: #B6B6B6. Windows color (decimal): -1136028 or 6597358. OLE color: 6597358.

HSL color Cylindrical-coordinate representation of color #EEAA64: hue angle of 30.43º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEAA64 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 170 100 -
CMYK 0 0.29 0.58 0.07
HSL 30.43º 0.8% 0.66% -
HSV(B) 30.43º 0.58% 0.93% -
XYZ 51.93 47.85 18.55 -
YUV 182.35 81.53 167.69 -
System Red Green Blue C M Y K H S L
Decimal 238 170 100 0 0.29 0.58 0.07 30.43 0.8 0.66
Hex EE AA 64 0 1D 3A 7 1E 50 42
Octal 356 252 144 0 35 72 7 36 120 102
Binary 11101110 10101010 1100100 0 11101 111010 111 11110 1010000 1000010

Color Harmonies of #EEAA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEAA64

Black with #EEAA64

Text Example


Text Example

White with #EEAA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEAA64; }

 p { color: rgb(238,170,100); }

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

background-color css

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

 a { background-color: rgb(238,170,100); }

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

border-color css

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

 span { border-color: rgb(238,170,100); }

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