Html Css Color HEX #EFA690 Tonys Pink

📋 copy color: '#EFA690'

red 239 ◦ green 166 ◦ blue 144

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

Shades of Tonys Pink #EFA690

Tints of Tonys Pink #EFA690

RGB

 RED value IS 239 (93.75% from 255) = 43.53%

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

 BLUE value IS 144 (56.64% from 255) = 26.23%

R = 43.53%
G = 30.24%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFA690 (or 0xEFA690) is known color: Tonys Pink. HEX triplet: EF, A6 and 90. RGB value is (239,166,144). Sum of RGB (Red+Green+Blue) = 239+166+144=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 166 (65.23% from 255 or 30.24% from 549); Blue value is 144 (56.64% from 255 or 26.23% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA690 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA690 is #10596F. Grayscale: #B9B9B9. Windows color (decimal): -1071472 or 9479919. OLE color: 9479919.

HSL color Cylindrical-coordinate representation of color #EFA690: hue angle of 13.89º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #EFA690 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 166 144 -
CMYK 0 0.31 0.40 0.06
HSL 13.89º 0.75% 0.75% -
HSV(B) 13.89º 0.4% 0.94% -
XYZ 54.27 47.64 32.72 -
YUV 185.32 104.68 166.29 -
System Red Green Blue C M Y K H S L
Decimal 239 166 144 0 0.31 0.40 0.06 13.89 0.75 0.75
Hex EF A6 90 0 1F 28 6 E 4B 4B
Octal 357 246 220 0 37 50 6 16 113 113
Binary 11101111 10100110 10010000 0 11111 101000 110 1110 1001011 1001011

Color Harmonies of #EFA690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA690

Black with #EFA690

Text Example


Text Example

White with #EFA690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA690; }

 p { color: rgb(239,166,144); }

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

background-color css

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

 a { background-color: rgb(239,166,144); }

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

border-color css

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

 span { border-color: rgb(239,166,144); }

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