Html Css Color HEX #EFA78C Tonys Pink

📋 copy color: '#EFA78C'

red 239 ◦ green 167 ◦ blue 140

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

Shades of Tonys Pink #EFA78C

Tints of Tonys Pink #EFA78C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.59%

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

R = 43.77%
G = 30.59%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFA78C (or 0xEFA78C) is known color: Tonys Pink. HEX triplet: EF, A7 and 8C. RGB value is (239,167,140). Sum of RGB (Red+Green+Blue) = 239+167+140=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 140 (55.08% from 255 or 25.64% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA78C is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA78C is #105873. Grayscale: #B9B9B9. Windows color (decimal): -1071220 or 9218031. OLE color: 9218031.

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

Color convert

RGB 239 167 140 -
CMYK 0 0.30 0.41 0.06
HSL 16.36º 0.76% 0.74% -
HSV(B) 16.36º 0.41% 0.94% -
XYZ 54.15 47.88 31.2 -
YUV 185.45 102.35 166.2 -
System Red Green Blue C M Y K H S L
Decimal 239 167 140 0 0.30 0.41 0.06 16.36 0.76 0.74
Hex EF A7 8C 0 1E 29 6 10 4C 4A
Octal 357 247 214 0 36 51 6 20 114 112
Binary 11101111 10100111 10001100 0 11110 101001 110 10000 1001100 1001010

Color Harmonies of #EFA78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA78C

Black with #EFA78C

Text Example


Text Example

White with #EFA78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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