Html Css Color HEX #ECB195 Wax Flower

📋 copy color: '#ECB195'

red 236 ◦ green 177 ◦ blue 149

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

Shades of Wax Flower #ECB195

Tints of Wax Flower #ECB195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.49%

 BLUE value IS 149 (58.59% from 255) = 26.51%

R = 41.99%
G = 31.49%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECB195 (or 0xECB195) is known color: Wax Flower. HEX triplet: EC, B1 and 95. RGB value is (236,177,149). Sum of RGB (Red+Green+Blue) = 236+177+149=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 177 (69.53% from 255 or 31.49% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB195 is #134E6A. Grayscale: #BFBFBF. Windows color (decimal): -1265259 or 9810412. OLE color: 9810412.

HSL color Cylindrical-coordinate representation of color #ECB195: hue angle of 19.31º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ECB195 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 177 149 -
CMYK 0 0.25 0.37 0.07
HSL 19.31º 0.7% 0.75% -
HSV(B) 19.31º 0.37% 0.93% -
XYZ 55.74 51.45 35.43 -
YUV 191.45 104.05 159.78 -
System Red Green Blue C M Y K H S L
Decimal 236 177 149 0 0.25 0.37 0.07 19.31 0.7 0.75
Hex EC B1 95 0 19 25 7 13 46 4B
Octal 354 261 225 0 31 45 7 23 106 113
Binary 11101100 10110001 10010101 0 11001 100101 111 10011 1000110 1001011

Color Harmonies of #ECB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB195

Black with #ECB195

Text Example


Text Example

White with #ECB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB195; }

 p { color: rgb(236,177,149); }

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

background-color css

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

 a { background-color: rgb(236,177,149); }

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

border-color css

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

 span { border-color: rgb(236,177,149); }

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