Html Css Color HEX #ECB9A0 Wax Flower

📋 copy color: '#ECB9A0'

red 236 ◦ green 185 ◦ blue 160

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

Shades of Wax Flower #ECB9A0

Tints of Wax Flower #ECB9A0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.84%

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

R = 40.62%
G = 31.84%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECB9A0 (or 0xECB9A0) is known color: Wax Flower. HEX triplet: EC, B9 and A0. RGB value is (236,185,160). Sum of RGB (Red+Green+Blue) = 236+185+160=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 160 (62.89% from 255 or 27.54% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB9A0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB9A0 is #13465F. Grayscale: #C5C5C5. Windows color (decimal): -1263200 or 10533356. OLE color: 10533356.

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

Color convert

RGB 236 185 160 -
CMYK 0 0.22 0.32 0.07
HSL 19.74º 0.67% 0.78% -
HSV(B) 19.74º 0.32% 0.93% -
XYZ 58.29 55.07 40.82 -
YUV 197.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 236 185 160 0 0.22 0.32 0.07 19.74 0.67 0.78
Hex EC B9 A0 0 16 20 7 14 43 4E
Octal 354 271 240 0 26 40 7 24 103 116
Binary 11101100 10111001 10100000 0 10110 100000 111 10100 1000011 1001110

Color Harmonies of #ECB9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB9A0

Black with #ECB9A0

Text Example


Text Example

White with #ECB9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB9A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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