Html Css Color HEX #EFA38E Tonys Pink

📋 copy color: '#EFA38E'

red 239 ◦ green 163 ◦ blue 142

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

Shades of Tonys Pink #EFA38E

Tints of Tonys Pink #EFA38E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 29.96%

 BLUE value IS 142 (55.86% from 255) = 26.1%

R = 43.93%
G = 29.96%
B = 26.1%

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

#EFA38E (or 0xEFA38E) is known color: Tonys Pink. HEX triplet: EF, A3 and 8E. RGB value is (239,163,142). Sum of RGB (Red+Green+Blue) = 239+163+142=544 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.93% from 544); Green value is 163 (64.06% from 255 or 29.96% from 544); Blue value is 142 (55.86% from 255 or 26.10% from 544); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA38E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA38E is #105C71. Grayscale: #B7B7B7. Windows color (decimal): -1072242 or 9348079. OLE color: 9348079.

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

Color convert

RGB 239 163 142 -
CMYK 0 0.32 0.41 0.06
HSL 12.99º 0.75% 0.75% -
HSV(B) 12.99º 0.41% 0.94% -
XYZ 53.58 46.5 31.74 -
YUV 183.33 104.68 167.71 -
System Red Green Blue C M Y K H S L
Decimal 239 163 142 0 0.32 0.41 0.06 12.99 0.75 0.75
Hex EF A3 8E 0 20 29 6 D 4B 4B
Octal 357 243 216 0 40 51 6 15 113 113
Binary 11101111 10100011 10001110 0 100000 101001 110 1101 1001011 1001011

Color Harmonies of #EFA38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA38E

Black with #EFA38E

Text Example


Text Example

White with #EFA38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA38E; }

 p { color: rgb(239,163,142); }

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

background-color css

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

 a { background-color: rgb(239,163,142); }

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

border-color css

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

 span { border-color: rgb(239,163,142); }

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