Html Css Color HEX #EFA090 Tonys Pink

📋 copy color: '#EFA090'

red 239 ◦ green 160 ◦ blue 144

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

Shades of Tonys Pink #EFA090

Tints of Tonys Pink #EFA090

RGB

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

 GREEN value IS 160 (62.89% from 255) = 29.47%

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

R = 44.01%
G = 29.47%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFA090 (or 0xEFA090) is known color: Tonys Pink. HEX triplet: EF, A0 and 90. RGB value is (239,160,144). Sum of RGB (Red+Green+Blue) = 239+160+144=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 144 (56.64% from 255 or 26.52% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA090 is #105F6F. Grayscale: #B5B5B5. Windows color (decimal): -1073008 or 9478383. OLE color: 9478383.

HSL color Cylindrical-coordinate representation of color #EFA090: hue angle of 10.11º 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 #EFA090 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 144 -
CMYK 0 0.33 0.40 0.06
HSL 10.11º 0.75% 0.75% -
HSV(B) 10.11º 0.4% 0.94% -
XYZ 53.2 45.51 32.37 -
YUV 181.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 239 160 144 0 0.33 0.40 0.06 10.11 0.75 0.75
Hex EF A0 90 0 21 28 6 A 4B 4B
Octal 357 240 220 0 41 50 6 12 113 113
Binary 11101111 10100000 10010000 0 100001 101000 110 1010 1001011 1001011

Color Harmonies of #EFA090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA090

Black with #EFA090

Text Example


Text Example

White with #EFA090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA090; }

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

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

background-color css

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

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

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

border-color css

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

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

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