Html Css Color HEX #EFA292 Tonys Pink

📋 copy color: '#EFA292'

red 239 ◦ green 162 ◦ blue 146

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

Shades of Tonys Pink #EFA292

Tints of Tonys Pink #EFA292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 26.69%

R = 43.69%
G = 29.62%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFA292 (or 0xEFA292) is known color: Tonys Pink. HEX triplet: EF, A2 and 92. RGB value is (239,162,146). Sum of RGB (Red+Green+Blue) = 239+162+146=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 162 (63.67% from 255 or 29.62% from 547); Blue value is 146 (57.42% from 255 or 26.69% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA292 is #105D6D. Grayscale: #B7B7B7. Windows color (decimal): -1072494 or 9609967. OLE color: 9609967.

HSL color Cylindrical-coordinate representation of color #EFA292: hue angle of 10.32º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EFA292 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 162 146 -
CMYK 0 0.32 0.39 0.06
HSL 10.32º 0.74% 0.75% -
HSV(B) 10.32º 0.39% 0.94% -
XYZ 53.71 46.27 33.29 -
YUV 183.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 239 162 146 0 0.32 0.39 0.06 10.32 0.74 0.75
Hex EF A2 92 0 20 27 6 A 4A 4B
Octal 357 242 222 0 40 47 6 12 112 113
Binary 11101111 10100010 10010010 0 100000 100111 110 1010 1001010 1001011

Color Harmonies of #EFA292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA292

Black with #EFA292

Text Example


Text Example

White with #EFA292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA292; }

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

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

background-color css

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

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

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

border-color css

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

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

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