Html Css Color HEX #ECB5A0 Wax Flower

📋 copy color: '#ECB5A0'

red 236 ◦ green 181 ◦ blue 160

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

Shades of Wax Flower #ECB5A0

Tints of Wax Flower #ECB5A0

RGB

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

 GREEN value IS 181 (71.09% from 255) = 31.37%

 BLUE value IS 160 (62.89% from 255) = 27.73%

R = 40.9%
G = 31.37%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECB5A0 (or 0xECB5A0) is known color: Wax Flower. HEX triplet: EC, B5 and A0. RGB value is (236,181,160). Sum of RGB (Red+Green+Blue) = 236+181+160=577 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.90% from 577); Green value is 181 (71.09% from 255 or 31.37% from 577); Blue value is 160 (62.89% from 255 or 27.73% from 577); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB5A0 is #134A5F. Grayscale: #C3C3C3. Windows color (decimal): -1264224 or 10532332. OLE color: 10532332.

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

Color convert

RGB 236 181 160 -
CMYK 0 0.23 0.32 0.07
HSL 16.58º 0.67% 0.78% -
HSV(B) 16.58º 0.32% 0.93% -
XYZ 57.46 53.42 40.54 -
YUV 195.05 108.22 157.21 -
System Red Green Blue C M Y K H S L
Decimal 236 181 160 0 0.23 0.32 0.07 16.58 0.67 0.78
Hex EC B5 A0 0 17 20 7 11 43 4E
Octal 354 265 240 0 27 40 7 21 103 116
Binary 11101100 10110101 10100000 0 10111 100000 111 10001 1000011 1001110

Color Harmonies of #ECB5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB5A0

Black with #ECB5A0

Text Example


Text Example

White with #ECB5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB5A0; }

 p { color: rgb(236,181,160); }

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

background-color css

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

 a { background-color: rgb(236,181,160); }

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

border-color css

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

 span { border-color: rgb(236,181,160); }

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