Html Css Color HEX #EEA08B Tonys Pink

📋 copy color: '#EEA08B'

red 238 ◦ green 160 ◦ blue 139

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

Shades of Tonys Pink #EEA08B

Tints of Tonys Pink #EEA08B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.88%

R = 44.32%
G = 29.8%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EEA08B (or 0xEEA08B) is known color: Tonys Pink. HEX triplet: EE, A0 and 8B. RGB value is (238,160,139). Sum of RGB (Red+Green+Blue) = 238+160+139=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 139 (54.69% from 255 or 25.88% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA08B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA08B is #115F74. Grayscale: #B5B5B5. Windows color (decimal): -1138549 or 9150702. OLE color: 9150702.

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

Color convert

RGB 238 160 139 -
CMYK 0 0.33 0.42 0.07
HSL 12.73º 0.74% 0.74% -
HSV(B) 12.73º 0.42% 0.93% -
XYZ 52.49 45.18 30.38 -
YUV 180.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 238 160 139 0 0.33 0.42 0.07 12.73 0.74 0.74
Hex EE A0 8B 0 21 2A 7 D 4A 4A
Octal 356 240 213 0 41 52 7 15 112 112
Binary 11101110 10100000 10001011 0 100001 101010 111 1101 1001010 1001010

Color Harmonies of #EEA08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA08B

Black with #EEA08B

Text Example


Text Example

White with #EEA08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA08B; }

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

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

background-color css

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

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

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

border-color css

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

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

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