Html Css Color HEX #EEA08C Tonys Pink

📋 copy color: '#EEA08C'

red 238 ◦ green 160 ◦ blue 140

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

Shades of Tonys Pink #EEA08C

Tints of Tonys Pink #EEA08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 44.24%
G = 29.74%
B = 26.02%

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

#EEA08C (or 0xEEA08C) is known color: Tonys Pink. HEX triplet: EE, A0 and 8C. RGB value is (238,160,140). Sum of RGB (Red+Green+Blue) = 238+160+140=538 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.24% from 538); Green value is 160 (62.89% from 255 or 29.74% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA08C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA08C is #115F73. Grayscale: #B5B5B5. Windows color (decimal): -1138548 or 9216238. OLE color: 9216238.

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

Color convert

RGB 238 160 140 -
CMYK 0 0.33 0.41 0.07
HSL 12.24º 0.74% 0.74% -
HSV(B) 12.24º 0.41% 0.93% -
XYZ 52.56 45.21 30.77 -
YUV 181.04 104.84 168.63 -
System Red Green Blue C M Y K H S L
Decimal 238 160 140 0 0.33 0.41 0.07 12.24 0.74 0.74
Hex EE A0 8C 0 21 29 7 C 4A 4A
Octal 356 240 214 0 41 51 7 14 112 112
Binary 11101110 10100000 10001100 0 100001 101001 111 1100 1001010 1001010

Color Harmonies of #EEA08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA08C

Black with #EEA08C

Text Example


Text Example

White with #EEA08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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