Html Css Color HEX #EFA98D Tonys Pink

📋 copy color: '#EFA98D'

red 239 ◦ green 169 ◦ blue 141

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

Shades of Tonys Pink #EFA98D

Tints of Tonys Pink #EFA98D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.78%

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

R = 43.53%
G = 30.78%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFA98D (or 0xEFA98D) is known color: Tonys Pink. HEX triplet: EF, A9 and 8D. RGB value is (239,169,141). Sum of RGB (Red+Green+Blue) = 239+169+141=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 169 (66.41% from 255 or 30.78% from 549); Blue value is 141 (55.47% from 255 or 25.68% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA98D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA98D is #105672. Grayscale: #BABABA. Windows color (decimal): -1070707 or 9284079. OLE color: 9284079.

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

Color convert

RGB 239 169 141 -
CMYK 0 0.29 0.41 0.06
HSL 17.14º 0.75% 0.75% -
HSV(B) 17.14º 0.41% 0.94% -
XYZ 54.59 48.65 31.71 -
YUV 186.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 239 169 141 0 0.29 0.41 0.06 17.14 0.75 0.75
Hex EF A9 8D 0 1D 29 6 11 4B 4B
Octal 357 251 215 0 35 51 6 21 113 113
Binary 11101111 10101001 10001101 0 11101 101001 110 10001 1001011 1001011

Color Harmonies of #EFA98D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA98D

Black with #EFA98D

Text Example


Text Example

White with #EFA98D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA98D; }

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

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

background-color css

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

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

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

border-color css

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

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

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