Html Css Color HEX #EEA685 Tonys Pink

📋 copy color: '#EEA685'

red 238 ◦ green 166 ◦ blue 133

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

Shades of Tonys Pink #EEA685

Tints of Tonys Pink #EEA685

RGB

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

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

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

R = 44.32%
G = 30.91%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.07

RGB Variations

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

Color information

#EEA685 (or 0xEEA685) is known color: Tonys Pink. HEX triplet: EE, A6 and 85. RGB value is (238,166,133). Sum of RGB (Red+Green+Blue) = 238+166+133=537 (71% of max value = 765). Red value is 238 (93.36% from 255 or 44.32% from 537); Green value is 166 (65.23% from 255 or 30.91% from 537); Blue value is 133 (52.34% from 255 or 24.77% from 537); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA685 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EEA685 is #11597A. Grayscale: #B7B7B7. Windows color (decimal): -1137019 or 8759022. OLE color: 8759022.

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

Color convert

RGB 238 166 133 -
CMYK 0 0.30 0.44 0.07
HSL 18.86º 0.76% 0.73% -
HSV(B) 18.86º 0.44% 0.93% -
XYZ 53.13 47.14 28.49 -
YUV 183.77 99.35 166.68 -
System Red Green Blue C M Y K H S L
Decimal 238 166 133 0 0.30 0.44 0.07 18.86 0.76 0.73
Hex EE A6 85 0 1E 2C 7 13 4C 49
Octal 356 246 205 0 36 54 7 23 114 111
Binary 11101110 10100110 10000101 0 11110 101100 111 10011 1001100 1001001

Color Harmonies of #EEA685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA685

Black with #EEA685

Text Example


Text Example

White with #EEA685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA685; }

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

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

background-color css

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

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

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

border-color css

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

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

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