Html Css Color HEX #EFA28A Tonys Pink

📋 copy color: '#EFA28A'

red 239 ◦ green 162 ◦ blue 138

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

Shades of Tonys Pink #EFA28A

Tints of Tonys Pink #EFA28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.6%

R = 44.34%
G = 30.06%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFA28A (or 0xEFA28A) is known color: Tonys Pink. HEX triplet: EF, A2 and 8A. RGB value is (239,162,138). Sum of RGB (Red+Green+Blue) = 239+162+138=539 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.34% from 539); Green value is 162 (63.67% from 255 or 30.06% from 539); Blue value is 138 (54.30% from 255 or 25.60% from 539); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA28A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA28A is #105D75. Grayscale: #B6B6B6. Windows color (decimal): -1072502 or 9085679. OLE color: 9085679.

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

Color convert

RGB 239 162 138 -
CMYK 0 0.32 0.42 0.06
HSL 14.26º 0.76% 0.74% -
HSV(B) 14.26º 0.42% 0.94% -
XYZ 53.1 46.03 30.13 -
YUV 182.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 239 162 138 0 0.32 0.42 0.06 14.26 0.76 0.74
Hex EF A2 8A 0 20 2A 6 E 4C 4A
Octal 357 242 212 0 40 52 6 16 114 112
Binary 11101111 10100010 10001010 0 100000 101010 110 1110 1001100 1001010

Color Harmonies of #EFA28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA28A

Black with #EFA28A

Text Example


Text Example

White with #EFA28A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA28A; }

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

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

background-color css

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

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

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

border-color css

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

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

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