#ECAB9A

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

Shades of Wax Flower #ECAB9A

Tints of Wax Flower #ECAB9A

Color information

#ECAB9A (or 0xECAB9A) is unknown color: approx Wax Flower. HEX triplet: EC, AB and 9A. RGB value is (236,171,154). Sum of RGB (Red+Green+Blue) = 236+171+154=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 171 (67.19% from 255 or 30.48% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB9A is #135465. Grayscale: #BCBCBC. Windows color (decimal): -1266790 or 10136556. OLE color: 10136556.

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

Color convert

RGB236171154-
CMYK00.280.350.07
HSL12.44º68.33%76.47%-
HSV(B)12.44º34.75%92.55%-
XYZ54.9949.2937.19-
YUV188.5108.53161.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.07%
GREEN value IS 171 (67.19% from 255) = 30.48%
BLUE value IS 154 (60.55% from 255) = 27.45%
R=42.07%
G=30.48%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617115400.280.350.0712.4468.3376.47
HexECAB9A01C237c444c
Octal35425323203443714104114
Binary111011001010101110011010011100100011111110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAB9A; }

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

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

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

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

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

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

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

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