Html Css Color HEX #EEA694 Tonys Pink

📋 copy color: '#EEA694'

red 238 ◦ green 166 ◦ blue 148

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

Shades of Tonys Pink #EEA694

Tints of Tonys Pink #EEA694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.81%

R = 43.12%
G = 30.07%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.38

 K value IS 0.07

RGB Variations

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

Color information

#EEA694 (or 0xEEA694) is known color: Tonys Pink. HEX triplet: EE, A6 and 94. RGB value is (238,166,148). Sum of RGB (Red+Green+Blue) = 238+166+148=552 (73% of max value = 765). Red value is 238 (93.36% from 255 or 43.12% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA694 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA694 is #11596B. Grayscale: #B9B9B9. Windows color (decimal): -1137004 or 9742062. OLE color: 9742062.

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

Color convert

RGB 238 166 148 -
CMYK 0 0.30 0.38 0.07
HSL 12º 0.73% 0.76% -
HSV(B) 12º 0.38% 0.93% -
XYZ 54.24 47.59 34.34 -
YUV 185.48 106.85 165.46 -
System Red Green Blue C M Y K H S L
Decimal 238 166 148 0 0.30 0.38 0.07 12 0.73 0.76
Hex EE A6 94 0 1E 26 7 C 49 4C
Octal 356 246 224 0 36 46 7 14 111 114
Binary 11101110 10100110 10010100 0 11110 100110 111 1100 1001001 1001100

Color Harmonies of #EEA694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA694

Black with #EEA694

Text Example


Text Example

White with #EEA694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA694; }

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

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

background-color css

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

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

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

border-color css

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

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

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