Html Css Color HEX #EEA486 Tonys Pink

📋 copy color: '#EEA486'

red 238 ◦ green 164 ◦ blue 134

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

Shades of Tonys Pink #EEA486

Tints of Tonys Pink #EEA486

RGB

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

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

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

R = 44.4%
G = 30.6%
B = 25%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEA486 (or 0xEEA486) is known color: Tonys Pink. HEX triplet: EE, A4 and 86. RGB value is (238,164,134). Sum of RGB (Red+Green+Blue) = 238+164+134=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 164 (64.45% from 255 or 30.60% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA486 is #115B79. Grayscale: #B6B6B6. Windows color (decimal): -1137530 or 8824046. OLE color: 8824046.

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

Color convert

RGB 238 164 134 -
CMYK 0 0.31 0.44 0.07
HSL 17.31º 0.75% 0.73% -
HSV(B) 17.31º 0.44% 0.93% -
XYZ 52.84 46.45 28.73 -
YUV 182.71 100.52 167.44 -
System Red Green Blue C M Y K H S L
Decimal 238 164 134 0 0.31 0.44 0.07 17.31 0.75 0.73
Hex EE A4 86 0 1F 2C 7 11 4B 49
Octal 356 244 206 0 37 54 7 21 113 111
Binary 11101110 10100100 10000110 0 11111 101100 111 10001 1001011 1001001

Color Harmonies of #EEA486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA486

Black with #EEA486

Text Example


Text Example

White with #EEA486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA486; }

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

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

background-color css

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

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

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

border-color css

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

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

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