Html Css Color HEX #EFA785 Tonys Pink

📋 copy color: '#EFA785'

red 239 ◦ green 167 ◦ blue 133

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

Shades of Tonys Pink #EFA785

Tints of Tonys Pink #EFA785

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.98%

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

R = 44.34%
G = 30.98%
B = 24.68%

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

#EFA785 (or 0xEFA785) is known color: Tonys Pink. HEX triplet: EF, A7 and 85. RGB value is (239,167,133). Sum of RGB (Red+Green+Blue) = 239+167+133=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 167 (65.62% from 255 or 30.98% from 539); Blue value is 133 (52.34% from 255 or 24.68% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA785 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA785 is #10587A. Grayscale: #B8B8B8. Windows color (decimal): -1071227 or 8759279. OLE color: 8759279.

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

Color convert

RGB 239 167 133 -
CMYK 0 0.30 0.44 0.06
HSL 19.25º 0.77% 0.73% -
HSV(B) 19.25º 0.44% 0.94% -
XYZ 53.65 47.68 28.57 -
YUV 184.65 98.85 166.76 -
System Red Green Blue C M Y K H S L
Decimal 239 167 133 0 0.30 0.44 0.06 19.25 0.77 0.73
Hex EF A7 85 0 1E 2C 6 13 4D 49
Octal 357 247 205 0 36 54 6 23 115 111
Binary 11101111 10100111 10000101 0 11110 101100 110 10011 1001101 1001001

Color Harmonies of #EFA785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA785

Black with #EFA785

Text Example


Text Example

White with #EFA785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA785; }

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

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

background-color css

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

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

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

border-color css

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

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

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