#ECA69B

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

Shades of Wax Flower #ECA69B

Tints of Wax Flower #ECA69B

Color information

#ECA69B (or 0xECA69B) is unknown color: approx Wax Flower. HEX triplet: EC, A6 and 9B. RGB value is (236,166,155). Sum of RGB (Red+Green+Blue) = 236+166+155=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 166 (65.23% from 255 or 29.80% from 557); Blue value is 155 (60.94% from 255 or 27.83% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA69B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA69B is #135964. Grayscale: #B9B9B9. Windows color (decimal): -1268069 or 10200812. OLE color: 10200812.

HSL color Cylindrical-coordinate representation of color #ECA69B: hue angle of 8.15º 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 #ECA69B is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB236166155-
CMYK00.300.340.07
HSL8.15º68.07%76.67%-
HSV(B)8.15º34.32%92.55%-
XYZ54.1447.4737.32-
YUV185.68110.69163.89-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.37%
GREEN value IS 166 (65.23% from 255) = 29.80%
BLUE value IS 155 (60.94% from 255) = 27.83%
R=42.37%
G=29.80%
B=27.83%

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
Decimal23616615500.300.340.078.1568.0776.67
HexECA69B01E2278444d
Octal35424623303642710104115
Binary111011001010011010011011011110100010111100010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA69B; }

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

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

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

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

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

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

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

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