Html Css Color HEX #EAA583 Tonys Pink

📋 copy color: '#EAA583'

red 234 ◦ green 165 ◦ blue 131

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

Shades of Tonys Pink #EAA583

Tints of Tonys Pink #EAA583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 24.72%

R = 44.15%
G = 31.13%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EAA583 (or 0xEAA583) is known color: Tonys Pink. HEX triplet: EA, A5 and 83. RGB value is (234,165,131). Sum of RGB (Red+Green+Blue) = 234+165+131=530 (70% of max value = 765). Red value is 234 (91.80% from 255 or 44.15% from 530); Green value is 165 (64.84% from 255 or 31.13% from 530); Blue value is 131 (51.56% from 255 or 24.72% from 530); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA583 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EAA583 is #155A7C. Grayscale: #B5B5B5. Windows color (decimal): -1399421 or 8627690. OLE color: 8627690.

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

Color convert

RGB 234 165 131 -
CMYK 0 0.29 0.44 0.08
HSL 19.81º 0.71% 0.72% -
HSV(B) 19.81º 0.44% 0.92% -
XYZ 51.48 46.04 27.65 -
YUV 181.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 234 165 131 0 0.29 0.44 0.08 19.81 0.71 0.72
Hex EA A5 83 0 1D 2C 8 14 47 48
Octal 352 245 203 0 35 54 10 24 107 110
Binary 11101010 10100101 10000011 0 11101 101100 1000 10100 1000111 1001000

Color Harmonies of #EAA583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAA583

Black with #EAA583

Text Example


Text Example

White with #EAA583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAA583; }

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

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

background-color css

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

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

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

border-color css

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

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

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