Html Css Color HEX #EEA280 Tonys Pink

📋 copy color: '#EEA280'

red 238 ◦ green 162 ◦ blue 128

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

Shades of Tonys Pink #EEA280

Tints of Tonys Pink #EEA280

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 24.24%

R = 45.08%
G = 30.68%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#EEA280 (or 0xEEA280) is known color: Tonys Pink. HEX triplet: EE, A2 and 80. RGB value is (238,162,128). Sum of RGB (Red+Green+Blue) = 238+162+128=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 162 (63.67% from 255 or 30.68% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA280 is #115D7F. Grayscale: #B5B5B5. Windows color (decimal): -1138048 or 8430318. OLE color: 8430318.

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

Color convert

RGB 238 162 128 -
CMYK 0 0.32 0.46 0.07
HSL 18.55º 0.76% 0.72% -
HSV(B) 18.55º 0.46% 0.93% -
XYZ 52.08 45.58 26.47 -
YUV 180.85 98.18 168.76 -
System Red Green Blue C M Y K H S L
Decimal 238 162 128 0 0.32 0.46 0.07 18.55 0.76 0.72
Hex EE A2 80 0 20 2E 7 13 4C 48
Octal 356 242 200 0 40 56 7 23 114 110
Binary 11101110 10100010 10000000 0 100000 101110 111 10011 1001100 1001000

Color Harmonies of #EEA280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA280

Black with #EEA280

Text Example


Text Example

White with #EEA280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA280; }

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

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

background-color css

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

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

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

border-color css

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

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

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