#ECA59B

Color #ECA59B Wax Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wax Flower #ECA59B

Tints of Wax Flower #ECA59B

Color information

#ECA59B (or 0xECA59B) is unknown color: approx Wax Flower. HEX triplet: EC, A5 and 9B. RGB value is (236,165,155). Sum of RGB (Red+Green+Blue) = 236+165+155=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 165 (64.84% from 255 or 29.68% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA59B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA59B is #135A64. Grayscale: #B9B9B9. Windows color (decimal): -1268325 or 10200556. OLE color: 10200556.

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

Color convert

RGB236165155-
CMYK00.300.340.07
HSL7.41º68.07%76.67%-
HSV(B)7.41º34.32%92.55%-
XYZ53.9647.1137.26-
YUV185.09111.02164.31-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 165 (64.84% from 255) = 29.68%
BLUE value IS 155 (60.94% from 255) = 27.88%
R=42.45%
G=29.68%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616515500.300.340.077.4168.0776.67
HexECA59B01E2277444d
Octal3542452330364277104115
Binary11101100101001011001101101111010001011111110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA59B; }

 p { color: rgb(236,165,155); }

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

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

 a { background-color: rgb(236,165,155); }

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

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

 span { border-color: rgb(236,165,155); }

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