#ECAE9B

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

Shades of Wax Flower #ECAE9B

Tints of Wax Flower #ECAE9B

Color information

#ECAE9B (or 0xECAE9B) is unknown color: approx Wax Flower. HEX triplet: EC, AE and 9B. RGB value is (236,174,155). Sum of RGB (Red+Green+Blue) = 236+174+155=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 174 (68.36% from 255 or 30.80% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAE9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAE9B is #135164. Grayscale: #BEBEBE. Windows color (decimal): -1266021 or 10202860. OLE color: 10202860.

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

Color convert

RGB236174155-
CMYK00.260.340.07
HSL14.07º68.07%76.67%-
HSV(B)14.07º34.32%92.55%-
XYZ55.6450.4737.82-
YUV190.37108.04160.54-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 41.77%
GREEN value IS 174 (68.36% from 255) = 30.80%
BLUE value IS 155 (60.94% from 255) = 27.43%
R=41.77%
G=30.80%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23617415500.260.340.0714.0768.0776.67
HexECAE9B01A227e444d
Octal35425623303242716104115
Binary111011001010111010011011011010100010111111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECAE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECAE9B; }

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

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

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

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

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

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

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

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