Html Css Color HEX #EFA492 Tonys Pink

📋 copy color: '#EFA492'

red 239 ◦ green 164 ◦ blue 146

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

Shades of Tonys Pink #EFA492

Tints of Tonys Pink #EFA492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.87%

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

R = 43.53%
G = 29.87%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.39

 K value IS 0.06

RGB Variations

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

Color information

#EFA492 (or 0xEFA492) is known color: Tonys Pink. HEX triplet: EF, A4 and 92. RGB value is (239,164,146). Sum of RGB (Red+Green+Blue) = 239+164+146=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 146 (57.42% from 255 or 26.59% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA492 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA492 is #105B6D. Grayscale: #B8B8B8. Windows color (decimal): -1071982 or 9610479. OLE color: 9610479.

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

Color convert

RGB 239 164 146 -
CMYK 0 0.31 0.39 0.06
HSL 11.61º 0.74% 0.75% -
HSV(B) 11.61º 0.39% 0.94% -
XYZ 54.06 46.98 33.41 -
YUV 184.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 239 164 146 0 0.31 0.39 0.06 11.61 0.74 0.75
Hex EF A4 92 0 1F 27 6 C 4A 4B
Octal 357 244 222 0 37 47 6 14 112 113
Binary 11101111 10100100 10010010 0 11111 100111 110 1100 1001010 1001011

Color Harmonies of #EFA492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA492

Black with #EFA492

Text Example


Text Example

White with #EFA492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA492; }

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

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

background-color css

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

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

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

border-color css

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

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

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