Html Css Color HEX #EEA080 Tonys Pink

📋 copy color: '#EEA080'

red 238 ◦ green 160 ◦ blue 128

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

Shades of Tonys Pink #EEA080

Tints of Tonys Pink #EEA080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.33%

R = 45.25%
G = 30.42%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEA080 (or 0xEEA080) is known color: Tonys Pink. HEX triplet: EE, A0 and 80. RGB value is (238,160,128). Sum of RGB (Red+Green+Blue) = 238+160+128=526 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.25% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA080 is #115F7F. Grayscale: #B3B3B3. Windows color (decimal): -1138560 or 8429806. OLE color: 8429806.

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

Color convert

RGB 238 160 128 -
CMYK 0 0.33 0.46 0.07
HSL 17.45º 0.76% 0.72% -
HSV(B) 17.45º 0.46% 0.93% -
XYZ 51.73 44.88 26.36 -
YUV 179.67 98.84 169.6 -
System Red Green Blue C M Y K H S L
Decimal 238 160 128 0 0.33 0.46 0.07 17.45 0.76 0.72
Hex EE A0 80 0 21 2E 7 11 4C 48
Octal 356 240 200 0 41 56 7 21 114 110
Binary 11101110 10100000 10000000 0 100001 101110 111 10001 1001100 1001000

Color Harmonies of #EEA080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA080

Black with #EEA080

Text Example


Text Example

White with #EEA080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA080; }

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

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

background-color css

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

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

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

border-color css

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

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

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