#ECA795

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

Shades of Wax Flower #ECA795

Tints of Wax Flower #ECA795

Color information

#ECA795 (or 0xECA795) is unknown color: approx Wax Flower. HEX triplet: EC, A7 and 95. RGB value is (236,167,149). Sum of RGB (Red+Green+Blue) = 236+167+149=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 167 (65.62% from 255 or 30.25% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA795 is #13586A. Grayscale: #B9B9B9. Windows color (decimal): -1267819 or 9807852. OLE color: 9807852.

HSL color Cylindrical-coordinate representation of color #ECA795: hue angle of 12.41º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECA795 is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB236167149-
CMYK00.290.370.07
HSL12.41º69.6%75.49%-
HSV(B)12.41º36.86%92.55%-
XYZ53.8447.6434.79-
YUV185.58107.36163.96-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 42.75%
GREEN value IS 167 (65.62% from 255) = 30.25%
BLUE value IS 149 (58.59% from 255) = 26.99%
R=42.75%
G=30.25%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23616714900.290.370.0712.4169.675.49
HexECA79501D257c464b
Octal35424722503545714106113
Binary111011001010011110010101011101100101111110010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECA795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECA795; }

 p { color: rgb(236,167,149); }

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

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

 a { background-color: rgb(236,167,149); }

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

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

 span { border-color: rgb(236,167,149); }

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