Html Css Color HEX #EEA082 Tonys Pink

📋 copy color: '#EEA082'

red 238 ◦ green 160 ◦ blue 130

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

Shades of Tonys Pink #EEA082

Tints of Tonys Pink #EEA082

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

 BLUE value IS 130 (51.17% from 255) = 24.62%

R = 45.08%
G = 30.3%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EEA082 (or 0xEEA082) is known color: Tonys Pink. HEX triplet: EE, A0 and 82. RGB value is (238,160,130). Sum of RGB (Red+Green+Blue) = 238+160+130=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA082 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA082 is #115F7D. Grayscale: #B4B4B4. Windows color (decimal): -1138558 or 8560878. OLE color: 8560878.

HSL color Cylindrical-coordinate representation of color #EEA082: hue angle of 16.67º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EEA082 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 130 -
CMYK 0 0.33 0.45 0.07
HSL 16.67º 0.76% 0.72% -
HSV(B) 16.67º 0.45% 0.93% -
XYZ 51.86 44.93 27.06 -
YUV 179.9 99.84 169.44 -
System Red Green Blue C M Y K H S L
Decimal 238 160 130 0 0.33 0.45 0.07 16.67 0.76 0.72
Hex EE A0 82 0 21 2D 7 11 4C 48
Octal 356 240 202 0 41 55 7 21 114 110
Binary 11101110 10100000 10000010 0 100001 101101 111 10001 1001100 1001000

Color Harmonies of #EEA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA082

Black with #EEA082

Text Example


Text Example

White with #EEA082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA082; }

 p { color: rgb(238,160,130); }

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

background-color css

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

 a { background-color: rgb(238,160,130); }

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

border-color css

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

 span { border-color: rgb(238,160,130); }

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