Html Css Color HEX #EEA285 Tonys Pink

📋 copy color: '#EEA285'

red 238 ◦ green 162 ◦ blue 133

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

Shades of Tonys Pink #EEA285

Tints of Tonys Pink #EEA285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.95%

R = 44.65%
G = 30.39%
B = 24.95%

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

#EEA285 (or 0xEEA285) is known color: Tonys Pink. HEX triplet: EE, A2 and 85. RGB value is (238,162,133). Sum of RGB (Red+Green+Blue) = 238+162+133=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 162 (63.67% from 255 or 30.39% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA285 is #115D7A. Grayscale: #B5B5B5. Windows color (decimal): -1138043 or 8757998. OLE color: 8757998.

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

Color convert

RGB 238 162 133 -
CMYK 0 0.32 0.44 0.07
HSL 16.57º 0.76% 0.73% -
HSV(B) 16.57º 0.44% 0.93% -
XYZ 52.41 45.71 28.25 -
YUV 181.42 100.68 168.36 -
System Red Green Blue C M Y K H S L
Decimal 238 162 133 0 0.32 0.44 0.07 16.57 0.76 0.73
Hex EE A2 85 0 20 2C 7 11 4C 49
Octal 356 242 205 0 40 54 7 21 114 111
Binary 11101110 10100010 10000101 0 100000 101100 111 10001 1001100 1001001

Color Harmonies of #EEA285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA285

Black with #EEA285

Text Example


Text Example

White with #EEA285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA285; }

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

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

background-color css

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

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

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

border-color css

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

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

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