Html Css Color HEX #EEA064 Sandy Brown

📋 copy color: '#EEA064'

red 238 ◦ green 160 ◦ blue 100

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

Shades of Sandy Brown #EEA064

Tints of Sandy Brown #EEA064

RGB

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

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

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

R = 47.79%
G = 32.13%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EEA064 (or 0xEEA064) is known color: Sandy Brown. HEX triplet: EE, A0 and 64. RGB value is (238,160,100). Sum of RGB (Red+Green+Blue) = 238+160+100=498 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.79% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 100 (39.45% from 255 or 20.08% from 498); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA064 is #115F9B. Grayscale: #B0B0B0. Windows color (decimal): -1138588 or 6594798. OLE color: 6594798.

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

Color convert

RGB 238 160 100 -
CMYK 0 0.33 0.58 0.07
HSL 26.09º 0.8% 0.66% -
HSV(B) 26.09º 0.58% 0.93% -
XYZ 50.13 44.24 17.95 -
YUV 176.48 84.84 171.88 -
System Red Green Blue C M Y K H S L
Decimal 238 160 100 0 0.33 0.58 0.07 26.09 0.8 0.66
Hex EE A0 64 0 21 3A 7 1A 50 42
Octal 356 240 144 0 41 72 7 32 120 102
Binary 11101110 10100000 1100100 0 100001 111010 111 11010 1010000 1000010

Color Harmonies of #EEA064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA064

Black with #EEA064

Text Example


Text Example

White with #EEA064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA064; }

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

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

background-color css

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

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

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

border-color css

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

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

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