Html Css Color HEX #EEA08D Tonys Pink

📋 copy color: '#EEA08D'

red 238 ◦ green 160 ◦ blue 141

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

Shades of Tonys Pink #EEA08D

Tints of Tonys Pink #EEA08D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.16%

R = 44.16%
G = 29.68%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEA08D (or 0xEEA08D) is known color: Tonys Pink. HEX triplet: EE, A0 and 8D. RGB value is (238,160,141). Sum of RGB (Red+Green+Blue) = 238+160+141=539 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.16% from 539); Green value is 160 (62.89% from 255 or 29.68% from 539); Blue value is 141 (55.47% from 255 or 26.16% from 539); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA08D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA08D is #115F72. Grayscale: #B5B5B5. Windows color (decimal): -1138547 or 9281774. OLE color: 9281774.

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

Color convert

RGB 238 160 141 -
CMYK 0 0.33 0.41 0.07
HSL 11.75º 0.74% 0.74% -
HSV(B) 11.75º 0.41% 0.93% -
XYZ 52.64 45.24 31.16 -
YUV 181.16 105.34 168.54 -
System Red Green Blue C M Y K H S L
Decimal 238 160 141 0 0.33 0.41 0.07 11.75 0.74 0.74
Hex EE A0 8D 0 21 29 7 C 4A 4A
Octal 356 240 215 0 41 51 7 14 112 112
Binary 11101110 10100000 10001101 0 100001 101001 111 1100 1001010 1001010

Color Harmonies of #EEA08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA08D

Black with #EEA08D

Text Example


Text Example

White with #EEA08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA08D; }

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

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

background-color css

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

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

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

border-color css

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

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

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