Html Css Color HEX #EEA296 Tonys Pink

📋 copy color: '#EEA296'

red 238 ◦ green 162 ◦ blue 150

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

Shades of Tonys Pink #EEA296

Tints of Tonys Pink #EEA296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.27%

R = 43.27%
G = 29.45%
B = 27.27%

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

#EEA296 (or 0xEEA296) is known color: Tonys Pink. HEX triplet: EE, A2 and 96. RGB value is (238,162,150). Sum of RGB (Red+Green+Blue) = 238+162+150=550 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.27% from 550); Green value is 162 (63.67% from 255 or 29.45% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA296 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA296 is #115D69. Grayscale: #B7B7B7. Windows color (decimal): -1138026 or 9872110. OLE color: 9872110.

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

Color convert

RGB 238 162 150 -
CMYK 0 0.32 0.37 0.07
HSL 8.18º 0.72% 0.76% -
HSV(B) 8.18º 0.37% 0.93% -
XYZ 53.69 46.22 34.95 -
YUV 183.36 109.18 166.98 -
System Red Green Blue C M Y K H S L
Decimal 238 162 150 0 0.32 0.37 0.07 8.18 0.72 0.76
Hex EE A2 96 0 20 25 7 8 48 4C
Octal 356 242 226 0 40 45 7 10 110 114
Binary 11101110 10100010 10010110 0 100000 100101 111 1000 1001000 1001100

Color Harmonies of #EEA296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA296

Black with #EEA296

Text Example


Text Example

White with #EEA296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA296; }

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

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

background-color css

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

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

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

border-color css

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

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

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