Html Css Color HEX #EFA68D Tonys Pink

📋 copy color: '#EFA68D'

red 239 ◦ green 166 ◦ blue 141

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

Shades of Tonys Pink #EFA68D

Tints of Tonys Pink #EFA68D

RGB

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

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

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

R = 43.77%
G = 30.4%
B = 25.82%

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

#EFA68D (or 0xEFA68D) is known color: Tonys Pink. HEX triplet: EF, A6 and 8D. RGB value is (239,166,141). Sum of RGB (Red+Green+Blue) = 239+166+141=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 141 (55.47% from 255 or 25.82% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA68D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA68D is #105972. Grayscale: #B9B9B9. Windows color (decimal): -1071475 or 9283311. OLE color: 9283311.

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

Color convert

RGB 239 166 141 -
CMYK 0 0.31 0.41 0.06
HSL 15.31º 0.75% 0.75% -
HSV(B) 15.31º 0.41% 0.94% -
XYZ 54.04 47.55 31.53 -
YUV 184.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 239 166 141 0 0.31 0.41 0.06 15.31 0.75 0.75
Hex EF A6 8D 0 1F 29 6 F 4B 4B
Octal 357 246 215 0 37 51 6 17 113 113
Binary 11101111 10100110 10001101 0 11111 101001 110 1111 1001011 1001011

Color Harmonies of #EFA68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA68D

Black with #EFA68D

Text Example


Text Example

White with #EFA68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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