Html Css Color HEX #EEA056 Sandy Brown

📋 copy color: '#EEA056'

red 238 ◦ green 160 ◦ blue 86

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

Shades of Sandy Brown #EEA056

Tints of Sandy Brown #EEA056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.77%

R = 49.17%
G = 33.06%
B = 17.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EEA056 (or 0xEEA056) is known color: Sandy Brown. HEX triplet: EE, A0 and 56. RGB value is (238,160,86). Sum of RGB (Red+Green+Blue) = 238+160+86=484 (64% of max value = 765). Red value is 238 (93.36% from 255 or 49.17% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA056 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA056 is #115FA9. Grayscale: #AFAFAF. Windows color (decimal): -1138602 or 5677294. OLE color: 5677294.

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

Color convert

RGB 238 160 86 -
CMYK 0 0.33 0.64 0.07
HSL 29.21º 0.82% 0.64% -
HSV(B) 29.21º 0.64% 0.93% -
XYZ 49.51 43.99 14.69 -
YUV 174.89 77.84 173.02 -
System Red Green Blue C M Y K H S L
Decimal 238 160 86 0 0.33 0.64 0.07 29.21 0.82 0.64
Hex EE A0 56 0 21 40 7 1D 52 40
Octal 356 240 126 0 41 100 7 35 122 100
Binary 11101110 10100000 1010110 0 100001 1000000 111 11101 1010010 1000000

Color Harmonies of #EEA056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA056

Black with #EEA056

Text Example


Text Example

White with #EEA056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA056; }

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

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

background-color css

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

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

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

border-color css

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

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

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