Html Css Color HEX #EEA295 Tonys Pink

📋 copy color: '#EEA295'

red 238 ◦ green 162 ◦ blue 149

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

Shades of Tonys Pink #EEA295

Tints of Tonys Pink #EEA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 29.51%

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

R = 43.35%
G = 29.51%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#EEA295 (or 0xEEA295) is known color: Tonys Pink. HEX triplet: EE, A2 and 95. RGB value is (238,162,149). Sum of RGB (Red+Green+Blue) = 238+162+149=549 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.35% from 549); Green value is 162 (63.67% from 255 or 29.51% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA295 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA295 is #115D6A. Grayscale: #B7B7B7. Windows color (decimal): -1138027 or 9806574. OLE color: 9806574.

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

Color convert

RGB 238 162 149 -
CMYK 0 0.32 0.37 0.07
HSL 8.76º 0.72% 0.76% -
HSV(B) 8.76º 0.37% 0.93% -
XYZ 53.61 46.19 34.52 -
YUV 183.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 238 162 149 0 0.32 0.37 0.07 8.76 0.72 0.76
Hex EE A2 95 0 20 25 7 9 48 4C
Octal 356 242 225 0 40 45 7 11 110 114
Binary 11101110 10100010 10010101 0 100000 100101 111 1001 1001000 1001100

Color Harmonies of #EEA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA295

Black with #EEA295

Text Example


Text Example

White with #EEA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA295; }

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

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

background-color css

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

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

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

border-color css

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

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

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