Html Css Color HEX #EEA68E Tonys Pink

📋 copy color: '#EEA68E'

red 238 ◦ green 166 ◦ blue 142

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

Shades of Tonys Pink #EEA68E

Tints of Tonys Pink #EEA68E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.4%

 BLUE value IS 142 (55.86% from 255) = 26.01%

R = 43.59%
G = 30.4%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EEA68E (or 0xEEA68E) is known color: 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

RGB 238 166 142 -
CMYK 0 0.30 0.40 0.07
HSL 15º 0.74% 0.75% -
HSV(B) 15º 0.4% 0.93% -
XYZ 53.78 47.4 31.91 -
YUV 184.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 238 166 142 0 0.30 0.40 0.07 15 0.74 0.75
Hex EE A6 8E 0 1E 28 7 F 4A 4B
Octal 356 246 216 0 36 50 7 17 112 113
Binary 11101110 10100110 10001110 0 11110 101000 111 1111 1001010 1001011

Color Harmonies of #EEA68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA68E

Black with #EEA68E

Text Example


Text Example

White with #EEA68E

Text Example


Text Example

HTML Codes & Css Web 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>