Html Css Color HEX #EFA28C Tonys Pink

📋 copy color: '#EFA28C'

red 239 ◦ green 162 ◦ blue 140

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

Shades of Tonys Pink #EFA28C

Tints of Tonys Pink #EFA28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.88%

R = 44.18%
G = 29.94%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFA28C (or 0xEFA28C) is known color: Tonys Pink. HEX triplet: EF, A2 and 8C. RGB value is (239,162,140). Sum of RGB (Red+Green+Blue) = 239+162+140=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 162 (63.67% from 255 or 29.94% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA28C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA28C is #105D73. Grayscale: #B6B6B6. Windows color (decimal): -1072500 or 9216751. OLE color: 9216751.

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

Color convert

RGB 239 162 140 -
CMYK 0 0.32 0.41 0.06
HSL 13.33º 0.76% 0.74% -
HSV(B) 13.33º 0.41% 0.94% -
XYZ 53.25 46.08 30.9 -
YUV 182.52 104.01 168.29 -
System Red Green Blue C M Y K H S L
Decimal 239 162 140 0 0.32 0.41 0.06 13.33 0.76 0.74
Hex EF A2 8C 0 20 29 6 D 4C 4A
Octal 357 242 214 0 40 51 6 15 114 112
Binary 11101111 10100010 10001100 0 100000 101001 110 1101 1001100 1001010

Color Harmonies of #EFA28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA28C

Black with #EFA28C

Text Example


Text Example

White with #EFA28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA28C; }

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

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

background-color css

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

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

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

border-color css

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

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

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