#EEA68E

Color #EEA68E Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #EEA68E

Tints of Tonys Pink #EEA68E

Color information

#EEA68E (or 0xEEA68E) is unknown color: approx Tonys Pink. HEX triplet: EE, A6 and 8E. RGB value is (238,166,142). Sum of RGB (Red+Green+Blue) = 238+166+142=546 (72% of max value = 765). Red value is 238 (93.36% from 255 or 43.59% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA68E is #115971. Grayscale: #B8B8B8. Windows color (decimal): -1137010 or 9348846. OLE color: 9348846.

HSL color Cylindrical-coordinate representation of color #EEA68E: hue angle of 15º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EEA68E is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB238166142-
CMYK00.300.400.07
HSL15º73.85%74.51%-
HSV(B)15º40.34%93.33%-
XYZ53.7847.431.91-
YUV184.79103.85165.95-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 43.59%
GREEN value IS 166 (65.23% from 255) = 30.40%
BLUE value IS 142 (55.86% from 255) = 26.01%
R=43.59%
G=30.40%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816614200.300.400.071573.8574.51
HexEEA68E01E287f4a4b
Octal35624621603650717112113
Binary111011101010011010001110011110101000111111110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA68E; }

 p { color: rgb(238,166,142); }

 H1.HeaderClassName
 {
   color: #EEA68E;
 }
 .AnyTagClassName
 {
   color: #EEA68E;
 }
</style>
background-color css

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

 a { background-color: rgb(238,166,142); }

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

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

 span { border-color: rgb(238,166,142); }

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