#ECA69A

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

Shades of Wax Flower #ECA69A

Tints of Wax Flower #ECA69A

Color information

#ECA69A (or 0xECA69A) is unknown color: approx Wax Flower. HEX triplet: EC, A6 and 9A. RGB value is (236,166,154). Sum of RGB (Red+Green+Blue) = 236+166+154=556 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.45% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA69A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA69A is #135965. Grayscale: #B9B9B9. Windows color (decimal): -1268070 or 10135276. OLE color: 10135276.

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

Color convert

RGB236166154-
CMYK00.300.350.07
HSL8.78º68.33%76.47%-
HSV(B)8.78º34.75%92.55%-
XYZ54.0647.4436.88-
YUV185.56110.19163.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.45%
GREEN value IS 166 (65.23% from 255) = 29.86%
BLUE value IS 154 (60.55% from 255) = 27.70%
R=42.45%
G=29.86%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616615400.300.350.078.7868.3376.47
HexECA69A01E2379444c
Octal35424623203643711104114
Binary111011001010011010011010011110100011111100110001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA69A; }

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

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

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

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

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

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

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

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