Html Css Color HEX #EFA58D Tonys Pink

📋 copy color: '#EFA58D'

red 239 ◦ green 165 ◦ blue 141

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

Shades of Tonys Pink #EFA58D

Tints of Tonys Pink #EFA58D

RGB

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

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

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

R = 43.85%
G = 30.28%
B = 25.87%

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

#EFA58D (or 0xEFA58D) is known color: Tonys Pink. HEX triplet: EF, A5 and 8D. RGB value is (239,165,141). Sum of RGB (Red+Green+Blue) = 239+165+141=545 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.85% from 545); Green value is 165 (64.84% from 255 or 30.28% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA58D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EFA58D is #105A72. Grayscale: #B8B8B8. Windows color (decimal): -1071731 or 9283055. OLE color: 9283055.

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

Color convert

RGB 239 165 141 -
CMYK 0 0.31 0.41 0.06
HSL 14.69º 0.75% 0.75% -
HSV(B) 14.69º 0.41% 0.94% -
XYZ 53.86 47.18 31.47 -
YUV 184.39 103.52 166.95 -
System Red Green Blue C M Y K H S L
Decimal 239 165 141 0 0.31 0.41 0.06 14.69 0.75 0.75
Hex EF A5 8D 0 1F 29 6 F 4B 4B
Octal 357 245 215 0 37 51 6 17 113 113
Binary 11101111 10100101 10001101 0 11111 101001 110 1111 1001011 1001011

Color Harmonies of #EFA58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA58D

Black with #EFA58D

Text Example


Text Example

White with #EFA58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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