Html Css Color HEX #EFA68E Tonys Pink

📋 copy color: '#EFA68E'

red 239 ◦ green 166 ◦ blue 142

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

Shades of Tonys Pink #EFA68E

Tints of Tonys Pink #EFA68E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.35%

 BLUE value IS 142 (55.86% from 255) = 25.96%

R = 43.69%
G = 30.35%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFA68E (or 0xEFA68E) is known color: Tonys Pink. HEX triplet: EF, A6 and 8E. RGB value is (239,166,142). Sum of RGB (Red+Green+Blue) = 239+166+142=547 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.69% from 547); Green value is 166 (65.23% from 255 or 30.35% from 547); Blue value is 142 (55.86% from 255 or 25.96% from 547); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA68E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA68E is #105971. Grayscale: #B9B9B9. Windows color (decimal): -1071474 or 9348847. OLE color: 9348847.

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

Color convert

RGB 239 166 142 -
CMYK 0 0.31 0.41 0.06
HSL 14.85º 0.75% 0.75% -
HSV(B) 14.85º 0.41% 0.94% -
XYZ 54.12 47.58 31.92 -
YUV 185.09 103.68 166.45 -
System Red Green Blue C M Y K H S L
Decimal 239 166 142 0 0.31 0.41 0.06 14.85 0.75 0.75
Hex EF A6 8E 0 1F 29 6 F 4B 4B
Octal 357 246 216 0 37 51 6 17 113 113
Binary 11101111 10100110 10001110 0 11111 101001 110 1111 1001011 1001011

Color Harmonies of #EFA68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA68E

Black with #EFA68E

Text Example


Text Example

White with #EFA68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA68E; }

 p { color: rgb(239,166,142); }

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

background-color css

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

 a { background-color: rgb(239,166,142); }

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

border-color css

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

 span { border-color: rgb(239,166,142); }

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