#ECB29A

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

Shades of Wax Flower #ECB29A

Tints of Wax Flower #ECB29A

Color information

#ECB29A (or 0xECB29A) is unknown color: approx Wax Flower. HEX triplet: EC, B2 and 9A. RGB value is (236,178,154). Sum of RGB (Red+Green+Blue) = 236+178+154=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 154 (60.55% from 255 or 27.11% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB29A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB29A is #134D65. Grayscale: #C0C0C0. Windows color (decimal): -1264998 or 10138348. OLE color: 10138348.

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

Color convert

RGB236178154-
CMYK00.250.350.07
HSL17.56º68.33%76.47%-
HSV(B)17.56º34.75%92.55%-
XYZ56.3552.0137.64-
YUV192.61106.22158.95-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.55%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 154 (60.55% from 255) = 27.11%
R=41.55%
G=31.34%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617815400.250.350.0717.5668.3376.47
HexECB29A01923712444c
Octal35426223203143722104114
Binary1110110010110010100110100110011000111111001010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB29A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB29A; }

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

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

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

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

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

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

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

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