Html Css Color HEX #EEA286 Tonys Pink

📋 copy color: '#EEA286'

red 238 ◦ green 162 ◦ blue 134

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

Shades of Tonys Pink #EEA286

Tints of Tonys Pink #EEA286

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.09%

R = 44.57%
G = 30.34%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEA286 (or 0xEEA286) is known color: Tonys Pink. HEX triplet: EE, A2 and 86. RGB value is (238,162,134). Sum of RGB (Red+Green+Blue) = 238+162+134=534 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.57% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA286 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA286 is #115D79. Grayscale: #B5B5B5. Windows color (decimal): -1138042 or 8823534. OLE color: 8823534.

HSL color Cylindrical-coordinate representation of color #EEA286: hue angle of 16.15º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EEA286 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 162 134 -
CMYK 0 0.32 0.44 0.07
HSL 16.15º 0.75% 0.73% -
HSV(B) 16.15º 0.44% 0.93% -
XYZ 52.48 45.74 28.62 -
YUV 181.53 101.18 168.28 -
System Red Green Blue C M Y K H S L
Decimal 238 162 134 0 0.32 0.44 0.07 16.15 0.75 0.73
Hex EE A2 86 0 20 2C 7 10 4B 49
Octal 356 242 206 0 40 54 7 20 113 111
Binary 11101110 10100010 10000110 0 100000 101100 111 10000 1001011 1001001

Color Harmonies of #EEA286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA286

Black with #EEA286

Text Example


Text Example

White with #EEA286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA286; }

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

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

background-color css

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

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

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

border-color css

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

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

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