Html Css Color HEX #EFA28D Tonys Pink

📋 copy color: '#EFA28D'

red 239 ◦ green 162 ◦ blue 141

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

Shades of Tonys Pink #EFA28D

Tints of Tonys Pink #EFA28D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.01%

R = 44.1%
G = 29.89%
B = 26.01%

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

#EFA28D (or 0xEFA28D) is known color: Tonys Pink. HEX triplet: EF, A2 and 8D. RGB value is (239,162,141). Sum of RGB (Red+Green+Blue) = 239+162+141=542 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.10% from 542); Green value is 162 (63.67% from 255 or 29.89% from 542); Blue value is 141 (55.47% from 255 or 26.01% from 542); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA28D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA28D is #105D72. Grayscale: #B6B6B6. Windows color (decimal): -1072499 or 9282287. OLE color: 9282287.

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

Color convert

RGB 239 162 141 -
CMYK 0 0.32 0.41 0.06
HSL 12.86º 0.75% 0.75% -
HSV(B) 12.86º 0.41% 0.94% -
XYZ 53.32 46.11 31.29 -
YUV 182.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 239 162 141 0 0.32 0.41 0.06 12.86 0.75 0.75
Hex EF A2 8D 0 20 29 6 D 4B 4B
Octal 357 242 215 0 40 51 6 15 113 113
Binary 11101111 10100010 10001101 0 100000 101001 110 1101 1001011 1001011

Color Harmonies of #EFA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA28D

Black with #EFA28D

Text Example


Text Example

White with #EFA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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