Html Css Color HEX #EFA38B Tonys Pink

📋 copy color: '#EFA38B'

red 239 ◦ green 163 ◦ blue 139

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

Shades of Tonys Pink #EFA38B

Tints of Tonys Pink #EFA38B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 25.69%

R = 44.18%
G = 30.13%
B = 25.69%

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

#EFA38B (or 0xEFA38B) is known color: Tonys Pink. HEX triplet: EF, A3 and 8B. RGB value is (239,163,139). Sum of RGB (Red+Green+Blue) = 239+163+139=541 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.18% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA38B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA38B is #105C74. Grayscale: #B7B7B7. Windows color (decimal): -1072245 or 9151471. OLE color: 9151471.

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

Color convert

RGB 239 163 139 -
CMYK 0 0.32 0.42 0.06
HSL 14.4º 0.76% 0.74% -
HSV(B) 14.4º 0.42% 0.94% -
XYZ 53.35 46.41 30.57 -
YUV 182.99 103.18 167.95 -
System Red Green Blue C M Y K H S L
Decimal 239 163 139 0 0.32 0.42 0.06 14.4 0.76 0.74
Hex EF A3 8B 0 20 2A 6 E 4C 4A
Octal 357 243 213 0 40 52 6 16 114 112
Binary 11101111 10100011 10001011 0 100000 101010 110 1110 1001100 1001010

Color Harmonies of #EFA38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA38B

Black with #EFA38B

Text Example


Text Example

White with #EFA38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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