Html Css Color HEX #EAA58B Tonys Pink

📋 copy color: '#EAA58B'

red 234 ◦ green 165 ◦ blue 139

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

Shades of Tonys Pink #EAA58B

Tints of Tonys Pink #EAA58B

RGB

 RED value IS 234 (91.8% from 255) = 43.49%

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

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

R = 43.49%
G = 30.67%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#EAA58B (or 0xEAA58B) is known color: Tonys Pink. HEX triplet: EA, A5 and 8B. RGB value is (234,165,139). Sum of RGB (Red+Green+Blue) = 234+165+139=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 165 (64.84% from 255 or 30.67% from 538); Blue value is 139 (54.69% from 255 or 25.84% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA58B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA58B is #155A74. Grayscale: #B6B6B6. Windows color (decimal): -1399413 or 9151978. OLE color: 9151978.

HSL color Cylindrical-coordinate representation of color #EAA58B: hue angle of 16.42º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EAA58B is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 165 139 -
CMYK 0 0.29 0.41 0.08
HSL 16.42º 0.69% 0.73% -
HSV(B) 16.42º 0.41% 0.92% -
XYZ 52.05 46.27 30.61 -
YUV 182.67 103.36 164.61 -
System Red Green Blue C M Y K H S L
Decimal 234 165 139 0 0.29 0.41 0.08 16.42 0.69 0.73
Hex EA A5 8B 0 1D 29 8 10 45 49
Octal 352 245 213 0 35 51 10 20 105 111
Binary 11101010 10100101 10001011 0 11101 101001 1000 10000 1000101 1001001

Color Harmonies of #EAA58B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA58B

Black with #EAA58B

Text Example


Text Example

White with #EAA58B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA58B; }

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

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

background-color css

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

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

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

border-color css

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

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

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