Html Css Color HEX #EEA582 Tonys Pink

📋 copy color: '#EEA582'

red 238 ◦ green 165 ◦ blue 130

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

Shades of Tonys Pink #EEA582

Tints of Tonys Pink #EEA582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.96%

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

R = 44.65%
G = 30.96%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.45

 K value IS 0.07

RGB Variations

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

Color information

#EEA582 (or 0xEEA582) is known color: Tonys Pink. HEX triplet: EE, A5 and 82. RGB value is (238,165,130). Sum of RGB (Red+Green+Blue) = 238+165+130=533 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.65% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 130 (51.17% from 255 or 24.39% from 533); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA582 is #115A7D. Grayscale: #B7B7B7. Windows color (decimal): -1137278 or 8562158. OLE color: 8562158.

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

Color convert

RGB 238 165 130 -
CMYK 0 0.31 0.45 0.07
HSL 19.44º 0.76% 0.72% -
HSV(B) 19.44º 0.45% 0.93% -
XYZ 52.74 46.7 27.35 -
YUV 182.84 98.18 167.35 -
System Red Green Blue C M Y K H S L
Decimal 238 165 130 0 0.31 0.45 0.07 19.44 0.76 0.72
Hex EE A5 82 0 1F 2D 7 13 4C 48
Octal 356 245 202 0 37 55 7 23 114 110
Binary 11101110 10100101 10000010 0 11111 101101 111 10011 1001100 1001000

Color Harmonies of #EEA582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA582

Black with #EEA582

Text Example


Text Example

White with #EEA582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA582; }

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

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

background-color css

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

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

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

border-color css

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

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

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