Html Css Color HEX #EFA98C Tonys Pink

📋 copy color: '#EFA98C'

red 239 ◦ green 169 ◦ blue 140

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

Shades of Tonys Pink #EFA98C

Tints of Tonys Pink #EFA98C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.55%

R = 43.61%
G = 30.84%
B = 25.55%

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

#EFA98C (or 0xEFA98C) is known color: Tonys Pink. HEX triplet: EF, A9 and 8C. RGB value is (239,169,140). Sum of RGB (Red+Green+Blue) = 239+169+140=548 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.61% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 140 (55.08% from 255 or 25.55% from 548); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA98C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA98C is #105673. Grayscale: #BABABA. Windows color (decimal): -1070708 or 9218543. OLE color: 9218543.

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

Color convert

RGB 239 169 140 -
CMYK 0 0.29 0.41 0.06
HSL 17.58º 0.76% 0.74% -
HSV(B) 17.58º 0.41% 0.94% -
XYZ 54.52 48.62 31.32 -
YUV 186.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 239 169 140 0 0.29 0.41 0.06 17.58 0.76 0.74
Hex EF A9 8C 0 1D 29 6 12 4C 4A
Octal 357 251 214 0 35 51 6 22 114 112
Binary 11101111 10101001 10001100 0 11101 101001 110 10010 1001100 1001010

Color Harmonies of #EFA98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA98C

Black with #EFA98C

Text Example


Text Example

White with #EFA98C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA98C; }

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

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

background-color css

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

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

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

border-color css

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

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

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