Html Css Color HEX #EEA585 Tonys Pink

📋 copy color: '#EEA585'

red 238 ◦ green 165 ◦ blue 133

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

Shades of Tonys Pink #EEA585

Tints of Tonys Pink #EEA585

RGB

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

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

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

R = 44.4%
G = 30.78%
B = 24.81%

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

#EEA585 (or 0xEEA585) is known color: Tonys Pink. HEX triplet: EE, A5 and 85. RGB value is (238,165,133). Sum of RGB (Red+Green+Blue) = 238+165+133=536 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.40% from 536); Green value is 165 (64.84% from 255 or 30.78% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA585 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA585 is #115A7A. Grayscale: #B7B7B7. Windows color (decimal): -1137275 or 8758766. OLE color: 8758766.

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

Color convert

RGB 238 165 133 -
CMYK 0 0.31 0.44 0.07
HSL 18.29º 0.76% 0.73% -
HSV(B) 18.29º 0.44% 0.93% -
XYZ 52.95 46.78 28.43 -
YUV 183.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 238 165 133 0 0.31 0.44 0.07 18.29 0.76 0.73
Hex EE A5 85 0 1F 2C 7 12 4C 49
Octal 356 245 205 0 37 54 7 22 114 111
Binary 11101110 10100101 10000101 0 11111 101100 111 10010 1001100 1001001

Color Harmonies of #EEA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA585

Black with #EEA585

Text Example


Text Example

White with #EEA585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA585; }

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

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

background-color css

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

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

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

border-color css

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

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

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