Html Css Color HEX #EFA282 Tonys Pink

📋 copy color: '#EFA282'

red 239 ◦ green 162 ◦ blue 130

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

Shades of Tonys Pink #EFA282

Tints of Tonys Pink #EFA282

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.51%

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

R = 45.01%
G = 30.51%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFA282 (or 0xEFA282) is known color: Tonys Pink. HEX triplet: EF, A2 and 82. RGB value is (239,162,130). Sum of RGB (Red+Green+Blue) = 239+162+130=531 (70% of max value = 765). Red value is 239 (93.75% from 255 or 45.01% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 130 (51.17% from 255 or 24.48% from 531); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA282 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA282 is #105D7D. Grayscale: #B5B5B5. Windows color (decimal): -1072510 or 8561391. OLE color: 8561391.

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

Color convert

RGB 239 162 130 -
CMYK 0 0.32 0.46 0.06
HSL 17.61º 0.77% 0.72% -
HSV(B) 17.61º 0.46% 0.94% -
XYZ 52.55 45.8 27.19 -
YUV 181.38 99.01 169.1 -
System Red Green Blue C M Y K H S L
Decimal 239 162 130 0 0.32 0.46 0.06 17.61 0.77 0.72
Hex EF A2 82 0 20 2E 6 12 4D 48
Octal 357 242 202 0 40 56 6 22 115 110
Binary 11101111 10100010 10000010 0 100000 101110 110 10010 1001101 1001000

Color Harmonies of #EFA282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA282

Black with #EFA282

Text Example


Text Example

White with #EFA282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA282; }

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

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

background-color css

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

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

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

border-color css

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

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

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