Html Css Color HEX #EFA38A Tonys Pink

📋 copy color: '#EFA38A'

red 239 ◦ green 163 ◦ blue 138

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

Shades of Tonys Pink #EFA38A

Tints of Tonys Pink #EFA38A

RGB

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

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

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

R = 44.26%
G = 30.19%
B = 25.56%

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

#EFA38A (or 0xEFA38A) is known color: Tonys Pink. HEX triplet: EF, A3 and 8A. RGB value is (239,163,138). Sum of RGB (Red+Green+Blue) = 239+163+138=540 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.26% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 138 (54.30% from 255 or 25.56% from 540); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA38A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA38A is #105C75. Grayscale: #B7B7B7. Windows color (decimal): -1072246 or 9085935. OLE color: 9085935.

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

Color convert

RGB 239 163 138 -
CMYK 0 0.32 0.42 0.06
HSL 14.85º 0.76% 0.74% -
HSV(B) 14.85º 0.42% 0.94% -
XYZ 53.28 46.38 30.19 -
YUV 182.87 102.68 168.03 -
System Red Green Blue C M Y K H S L
Decimal 239 163 138 0 0.32 0.42 0.06 14.85 0.76 0.74
Hex EF A3 8A 0 20 2A 6 F 4C 4A
Octal 357 243 212 0 40 52 6 17 114 112
Binary 11101111 10100011 10001010 0 100000 101010 110 1111 1001100 1001010

Color Harmonies of #EFA38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA38A

Black with #EFA38A

Text Example


Text Example

White with #EFA38A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA38A; }

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

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

background-color css

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

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

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

border-color css

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

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

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