Html Css Color HEX #EEA495 Tonys Pink

📋 copy color: '#EEA495'

red 238 ◦ green 164 ◦ blue 149

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

Shades of Tonys Pink #EEA495

Tints of Tonys Pink #EEA495

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.76%

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 43.19%
G = 29.76%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEA495 (or 0xEEA495) is known color: Tonys Pink. HEX triplet: EE, A4 and 95. RGB value is (238,164,149). Sum of RGB (Red+Green+Blue) = 238+164+149=551 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.19% from 551); Green value is 164 (64.45% from 255 or 29.76% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA495 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA495 is #115B6A. Grayscale: #B8B8B8. Windows color (decimal): -1137515 or 9807086. OLE color: 9807086.

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

Color convert

RGB 238 164 149 -
CMYK 0 0.31 0.37 0.07
HSL 10.11º 0.72% 0.76% -
HSV(B) 10.11º 0.37% 0.93% -
XYZ 53.96 46.9 34.64 -
YUV 184.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 238 164 149 0 0.31 0.37 0.07 10.11 0.72 0.76
Hex EE A4 95 0 1F 25 7 A 48 4C
Octal 356 244 225 0 37 45 7 12 110 114
Binary 11101110 10100100 10010101 0 11111 100101 111 1010 1001000 1001100

Color Harmonies of #EEA495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA495

Black with #EEA495

Text Example


Text Example

White with #EEA495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA495; }

 p { color: rgb(238,164,149); }

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

background-color css

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

 a { background-color: rgb(238,164,149); }

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

border-color css

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

 span { border-color: rgb(238,164,149); }

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