Html Css Color HEX #EFA885 Tonys Pink

📋 copy color: '#EFA885'

red 239 ◦ green 168 ◦ blue 133

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

Shades of Tonys Pink #EFA885

Tints of Tonys Pink #EFA885

RGB

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

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

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

R = 44.26%
G = 31.11%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EFA885 (or 0xEFA885) is known color: Tonys Pink. HEX triplet: EF, A8 and 85. RGB value is (239,168,133). Sum of RGB (Red+Green+Blue) = 239+168+133=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA885 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA885 is #10577A. Grayscale: #B9B9B9. Windows color (decimal): -1070971 or 8759535. OLE color: 8759535.

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

Color convert

RGB 239 168 133 -
CMYK 0 0.30 0.44 0.06
HSL 19.81º 0.77% 0.73% -
HSV(B) 19.81º 0.44% 0.94% -
XYZ 53.83 48.05 28.63 -
YUV 185.24 98.52 166.35 -
System Red Green Blue C M Y K H S L
Decimal 239 168 133 0 0.30 0.44 0.06 19.81 0.77 0.73
Hex EF A8 85 0 1E 2C 6 14 4D 49
Octal 357 250 205 0 36 54 6 24 115 111
Binary 11101111 10101000 10000101 0 11110 101100 110 10100 1001101 1001001

Color Harmonies of #EFA885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA885

Black with #EFA885

Text Example


Text Example

White with #EFA885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA885; }

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

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

background-color css

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

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

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

border-color css

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

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

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