Html Css Color HEX #EFA890 Tonys Pink

📋 copy color: '#EFA890'

red 239 ◦ green 168 ◦ blue 144

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

Shades of Tonys Pink #EFA890

Tints of Tonys Pink #EFA890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.49%

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

R = 43.38%
G = 30.49%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.40

 K value IS 0.06

RGB Variations

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

Color information

#EFA890 (or 0xEFA890) is known color: Tonys Pink. HEX triplet: EF, A8 and 90. RGB value is (239,168,144). Sum of RGB (Red+Green+Blue) = 239+168+144=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 168 (66.02% from 255 or 30.49% from 551); Blue value is 144 (56.64% from 255 or 26.13% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA890 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA890 is #10576F. Grayscale: #BABABA. Windows color (decimal): -1070960 or 9480431. OLE color: 9480431.

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

Color convert

RGB 239 168 144 -
CMYK 0 0.30 0.40 0.06
HSL 15.16º 0.75% 0.75% -
HSV(B) 15.16º 0.4% 0.94% -
XYZ 54.63 48.37 32.84 -
YUV 186.49 104.02 165.45 -
System Red Green Blue C M Y K H S L
Decimal 239 168 144 0 0.30 0.40 0.06 15.16 0.75 0.75
Hex EF A8 90 0 1E 28 6 F 4B 4B
Octal 357 250 220 0 36 50 6 17 113 113
Binary 11101111 10101000 10010000 0 11110 101000 110 1111 1001011 1001011

Color Harmonies of #EFA890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA890

Black with #EFA890

Text Example


Text Example

White with #EFA890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA890; }

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

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

background-color css

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

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

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

border-color css

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

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

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