Html Css Color HEX #E0A58D Tonys Pink

📋 copy color: '#E0A58D'

red 224 ◦ green 165 ◦ blue 141

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

Shades of Tonys Pink #E0A58D

Tints of Tonys Pink #E0A58D

RGB

 RED value IS 224 (87.89% from 255) = 42.26%

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

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

R = 42.26%
G = 31.13%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#E0A58D (or 0xE0A58D) is known color: Tonys Pink. HEX triplet: E0, A5 and 8D. RGB value is (224,165,141). Sum of RGB (Red+Green+Blue) = 224+165+141=530 (70% of max value = 765). Red value is 224 (87.89% from 255 or 42.26% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 224 - color contains mainly: red. Hex color #E0A58D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E0A58D is #1F5A72. Grayscale: #B4B4B4. Windows color (decimal): -2054771 or 9283040. OLE color: 9283040.

HSL color Cylindrical-coordinate representation of color #E0A58D: hue angle of 17.35º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E0A58D is Cyan = 0, Magento = 0.26, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 165 141 -
CMYK 0 0.26 0.37 0.12
HSL 17.35º 0.57% 0.72% -
HSV(B) 17.35º 0.37% 0.88% -
XYZ 49 44.68 31.24 -
YUV 179.91 106.05 159.45 -
System Red Green Blue C M Y K H S L
Decimal 224 165 141 0 0.26 0.37 0.12 17.35 0.57 0.72
Hex E0 A5 8D 0 1A 25 C 11 39 48
Octal 340 245 215 0 32 45 14 21 71 110
Binary 11100000 10100101 10001101 0 11010 100101 1100 10001 111001 1001000

Color Harmonies of #E0A58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0A58D

Black with #E0A58D

Text Example


Text Example

White with #E0A58D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0A58D; }

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

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

background-color css

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

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

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

border-color css

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

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

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