#ECA29A

Color #ECA29A Rose Bud (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud #ECA29A

Tints of Rose Bud #ECA29A

Color information

#ECA29A (or 0xECA29A) is unknown color: approx Rose Bud. HEX triplet: EC, A2 and 9A. RGB value is (236,162,154). Sum of RGB (Red+Green+Blue) = 236+162+154=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA29A is #135D65. Grayscale: #B7B7B7. Windows color (decimal): -1269094 or 10134252. OLE color: 10134252.

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

Color convert

RGB236162154-
CMYK00.310.350.07
HSL5.85º68.33%76.47%-
HSV(B)5.85º34.75%92.55%-
XYZ53.3546.0136.64-
YUV183.21111.52165.65-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 162 (63.67% from 255) = 29.35%
BLUE value IS 154 (60.55% from 255) = 27.90%
R=42.75%
G=29.35%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616215400.310.350.075.8568.3376.47
HexECA29A01F2376444c
Octal3542422320374376104114
Binary11101100101000101001101001111110001111111010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA29A; }

 p { color: rgb(236,162,154); }

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

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

 a { background-color: rgb(236,162,154); }

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

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

 span { border-color: rgb(236,162,154); }

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