Html Css Color HEX #E6A58B Tonys Pink

📋 copy color: '#E6A58B'

red 230 ◦ green 165 ◦ blue 139

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

Shades of Tonys Pink #E6A58B

Tints of Tonys Pink #E6A58B

RGB

 RED value IS 230 (90.23% from 255) = 43.07%

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

 BLUE value IS 139 (54.69% from 255) = 26.03%

R = 43.07%
G = 30.9%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.40

 K value IS 0.10

RGB Variations

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

Color information

#E6A58B (or 0xE6A58B) is known color: Tonys Pink. HEX triplet: E6, A5 and 8B. RGB value is (230,165,139). Sum of RGB (Red+Green+Blue) = 230+165+139=534 (70% of max value = 765). Red value is 230 (90.23% from 255 or 43.07% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 230 - color contains mainly: red. Hex color #E6A58B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6A58B is #195A74. Grayscale: #B5B5B5. Windows color (decimal): -1661557 or 9151974. OLE color: 9151974.

HSL color Cylindrical-coordinate representation of color #E6A58B: hue angle of 17.14º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6A58B is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 165 139 -
CMYK 0 0.28 0.40 0.10
HSL 17.14º 0.65% 0.72% -
HSV(B) 17.14º 0.4% 0.9% -
XYZ 50.75 45.6 30.55 -
YUV 181.47 104.03 162.61 -
System Red Green Blue C M Y K H S L
Decimal 230 165 139 0 0.28 0.40 0.10 17.14 0.65 0.72
Hex E6 A5 8B 0 1C 28 A 11 41 48
Octal 346 245 213 0 34 50 12 21 101 110
Binary 11100110 10100101 10001011 0 11100 101000 1010 10001 1000001 1001000

Color Harmonies of #E6A58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6A58B

Black with #E6A58B

Text Example


Text Example

White with #E6A58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6A58B; }

 p { color: rgb(230,165,139); }

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

background-color css

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

 a { background-color: rgb(230,165,139); }

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

border-color css

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

 span { border-color: rgb(230,165,139); }

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