Html Css Color HEX #EFA085 Tonys Pink

📋 copy color: '#EFA085'

red 239 ◦ green 160 ◦ blue 133

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

Shades of Tonys Pink #EFA085

Tints of Tonys Pink #EFA085

RGB

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

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

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

R = 44.92%
G = 30.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFA085 (or 0xEFA085) is known color: Tonys Pink. HEX triplet: EF, A0 and 85. RGB value is (239,160,133). Sum of RGB (Red+Green+Blue) = 239+160+133=532 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.92% from 532); Green value is 160 (62.89% from 255 or 30.08% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA085 is #105F7A. Grayscale: #B4B4B4. Windows color (decimal): -1073019 or 8757487. OLE color: 8757487.

HSL color Cylindrical-coordinate representation of color #EFA085: hue angle of 15.28º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EFA085 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 160 133 -
CMYK 0 0.33 0.44 0.06
HSL 15.28º 0.77% 0.73% -
HSV(B) 15.28º 0.44% 0.94% -
XYZ 52.4 45.19 28.15 -
YUV 180.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 239 160 133 0 0.33 0.44 0.06 15.28 0.77 0.73
Hex EF A0 85 0 21 2C 6 F 4D 49
Octal 357 240 205 0 41 54 6 17 115 111
Binary 11101111 10100000 10000101 0 100001 101100 110 1111 1001101 1001001

Color Harmonies of #EFA085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA085

Black with #EFA085

Text Example


Text Example

White with #EFA085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA085; }

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

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

background-color css

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

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

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

border-color css

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

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

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