Html Css Color HEX #EFA682 Tonys Pink

📋 copy color: '#EFA682'

red 239 ◦ green 166 ◦ blue 130

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

Shades of Tonys Pink #EFA682

Tints of Tonys Pink #EFA682

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.03%

 BLUE value IS 130 (51.17% from 255) = 24.3%

R = 44.67%
G = 31.03%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFA682 (or 0xEFA682) is known color: Tonys Pink. HEX triplet: EF, A6 and 82. RGB value is (239,166,130). Sum of RGB (Red+Green+Blue) = 239+166+130=535 (70% of max value = 765). Red value is 239 (93.75% from 255 or 44.67% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 130 (51.17% from 255 or 24.30% from 535); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA682 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA682 is #10597D. Grayscale: #B7B7B7. Windows color (decimal): -1071486 or 8562415. OLE color: 8562415.

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

Color convert

RGB 239 166 130 -
CMYK 0 0.31 0.46 0.06
HSL 19.82º 0.77% 0.72% -
HSV(B) 19.82º 0.46% 0.94% -
XYZ 53.26 47.23 27.43 -
YUV 183.72 97.68 167.43 -
System Red Green Blue C M Y K H S L
Decimal 239 166 130 0 0.31 0.46 0.06 19.82 0.77 0.72
Hex EF A6 82 0 1F 2E 6 14 4D 48
Octal 357 246 202 0 37 56 6 24 115 110
Binary 11101111 10100110 10000010 0 11111 101110 110 10100 1001101 1001000

Color Harmonies of #EFA682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA682

Black with #EFA682

Text Example


Text Example

White with #EFA682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA682; }

 p { color: rgb(239,166,130); }

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

background-color css

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

 a { background-color: rgb(239,166,130); }

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

border-color css

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

 span { border-color: rgb(239,166,130); }

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