Html Css Color HEX #EFA58E Tonys Pink

📋 copy color: '#EFA58E'

red 239 ◦ green 165 ◦ blue 142

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

Shades of Tonys Pink #EFA58E

Tints of Tonys Pink #EFA58E

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.22%

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

R = 43.77%
G = 30.22%
B = 26.01%

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

#EFA58E (or 0xEFA58E) is known color: Tonys Pink. HEX triplet: EF, A5 and 8E. RGB value is (239,165,142). Sum of RGB (Red+Green+Blue) = 239+165+142=546 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.77% from 546); Green value is 165 (64.84% from 255 or 30.22% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA58E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA58E is #105A71. Grayscale: #B8B8B8. Windows color (decimal): -1071730 or 9348591. OLE color: 9348591.

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

Color convert

RGB 239 165 142 -
CMYK 0 0.31 0.41 0.06
HSL 14.23º 0.75% 0.75% -
HSV(B) 14.23º 0.41% 0.94% -
XYZ 53.93 47.21 31.86 -
YUV 184.5 104.02 166.87 -
System Red Green Blue C M Y K H S L
Decimal 239 165 142 0 0.31 0.41 0.06 14.23 0.75 0.75
Hex EF A5 8E 0 1F 29 6 E 4B 4B
Octal 357 245 216 0 37 51 6 16 113 113
Binary 11101111 10100101 10001110 0 11111 101001 110 1110 1001011 1001011

Color Harmonies of #EFA58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA58E

Black with #EFA58E

Text Example


Text Example

White with #EFA58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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