#ECA483

Color #ECA483 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #ECA483

Tints of Tonys Pink #ECA483

Color information

#ECA483 (or 0xECA483) is unknown color: approx Tonys Pink. HEX triplet: EC, A4 and 83. RGB value is (236,164,131). Sum of RGB (Red+Green+Blue) = 236+164+131=531 (70% of max value = 765). Red value is 236 (92.58% from 255 or 44.44% from 531); Green value is 164 (64.45% from 255 or 30.89% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA483 is #135B7C. Grayscale: #B5B5B5. Windows color (decimal): -1268605 or 8627436. OLE color: 8627436.

HSL color Cylindrical-coordinate representation of color #ECA483: hue angle of 18.86º degrees, saturation: 0.73, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ECA483 is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB236164131-
CMYK00.310.440.07
HSL18.86º73.43%71.96%-
HSV(B)18.86º44.49%92.55%-
XYZ51.9646.0227.62-
YUV181.7799.35166.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.44%
GREEN value IS 164 (64.45% from 255) = 30.89%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=44.44%
G=30.89%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616413100.310.440.0718.8673.4371.96
HexECA48301F2C7134948
Octal35424420303754723111110
Binary1110110010100100100000110111111011001111001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA483; }

 p { color: rgb(236,164,131); }

 H1.HeaderClassName
 {
   color: #ECA483;
 }
 .AnyTagClassName
 {
   color: #ECA483;
 }
</style>
background-color css

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

 a { background-color: rgb(236,164,131); }

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

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

 span { border-color: rgb(236,164,131); }

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