Html Css Color HEX #ECB49E Wax Flower

📋 copy color: '#ECB49E'

red 236 ◦ green 180 ◦ blue 158

#ECB49E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wax Flower #ECB49E

Tints of Wax Flower #ECB49E

RGB

 RED value IS 236 (92.58% from 255) = 41.11%

 GREEN value IS 180 (70.7% from 255) = 31.36%

 BLUE value IS 158 (62.11% from 255) = 27.53%

R = 41.11%
G = 31.36%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECB49E (or 0xECB49E) is known color: Wax Flower. HEX triplet: EC, B4 and 9E. RGB value is (236,180,158). Sum of RGB (Red+Green+Blue) = 236+180+158=574 (76% of max value = 765). Red value is 236 (92.58% from 255 or 41.11% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 158 (62.11% from 255 or 27.53% from 574); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB49E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB49E is #134B61. Grayscale: #C2C2C2. Windows color (decimal): -1264482 or 10401004. OLE color: 10401004.

HSL color Cylindrical-coordinate representation of color #ECB49E: hue angle of 16.92º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECB49E is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 180 158 -
CMYK 0 0.24 0.33 0.07
HSL 16.92º 0.67% 0.77% -
HSV(B) 16.92º 0.33% 0.93% -
XYZ 57.08 52.94 39.56 -
YUV 194.24 107.55 157.79 -
System Red Green Blue C M Y K H S L
Decimal 236 180 158 0 0.24 0.33 0.07 16.92 0.67 0.77
Hex EC B4 9E 0 18 21 7 11 43 4D
Octal 354 264 236 0 30 41 7 21 103 115
Binary 11101100 10110100 10011110 0 11000 100001 111 10001 1000011 1001101

Color Harmonies of #ECB49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB49E

Black with #ECB49E

Text Example


Text Example

White with #ECB49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB49E; }

 p { color: rgb(236,180,158); }

 H1.HeaderClassName
 {
   color: #ECB49E;
 }
 .AnyTagClassName
 {
   color: #ECB49E;
 }
</style>

background-color css

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

 a { background-color: rgb(236,180,158); }

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

border-color css

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

 span { border-color: rgb(236,180,158); }

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