Html Css Color HEX #EFA68A Tonys Pink

📋 copy color: '#EFA68A'

red 239 ◦ green 166 ◦ blue 138

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

Shades of Tonys Pink #EFA68A

Tints of Tonys Pink #EFA68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.41%

R = 44.01%
G = 30.57%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFA68A (or 0xEFA68A) is known color: Tonys Pink. HEX triplet: EF, A6 and 8A. RGB value is (239,166,138). Sum of RGB (Red+Green+Blue) = 239+166+138=543 (71% of max value = 765). Red value is 239 (93.75% from 255 or 44.01% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 138 (54.30% from 255 or 25.41% from 543); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA68A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA68A is #105975. Grayscale: #B8B8B8. Windows color (decimal): -1071478 or 9086703. OLE color: 9086703.

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

Color convert

RGB 239 166 138 -
CMYK 0 0.31 0.42 0.06
HSL 16.63º 0.76% 0.74% -
HSV(B) 16.63º 0.42% 0.94% -
XYZ 53.82 47.46 30.37 -
YUV 184.64 101.68 166.78 -
System Red Green Blue C M Y K H S L
Decimal 239 166 138 0 0.31 0.42 0.06 16.63 0.76 0.74
Hex EF A6 8A 0 1F 2A 6 11 4C 4A
Octal 357 246 212 0 37 52 6 21 114 112
Binary 11101111 10100110 10001010 0 11111 101010 110 10001 1001100 1001010

Color Harmonies of #EFA68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA68A

Black with #EFA68A

Text Example


Text Example

White with #EFA68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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