Html Css Color HEX #ECB194 Wax Flower

📋 copy color: '#ECB194'

red 236 ◦ green 177 ◦ blue 148

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

Shades of Wax Flower #ECB194

Tints of Wax Flower #ECB194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 26.38%

R = 42.07%
G = 31.55%
B = 26.38%

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

#ECB194 (or 0xECB194) is known color: Wax Flower. HEX triplet: EC, B1 and 94. RGB value is (236,177,148). Sum of RGB (Red+Green+Blue) = 236+177+148=561 (74% of max value = 765). Red value is 236 (92.58% from 255 or 42.07% from 561); Green value is 177 (69.53% from 255 or 31.55% from 561); Blue value is 148 (58.20% from 255 or 26.38% from 561); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB194 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB194 is #134E6B. Grayscale: #BFBFBF. Windows color (decimal): -1265260 or 9744876. OLE color: 9744876.

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

Color convert

RGB 236 177 148 -
CMYK 0 0.25 0.37 0.07
HSL 19.77º 0.7% 0.75% -
HSV(B) 19.77º 0.37% 0.93% -
XYZ 55.66 51.42 35.01 -
YUV 191.34 103.55 159.86 -
System Red Green Blue C M Y K H S L
Decimal 236 177 148 0 0.25 0.37 0.07 19.77 0.7 0.75
Hex EC B1 94 0 19 25 7 14 46 4B
Octal 354 261 224 0 31 45 7 24 106 113
Binary 11101100 10110001 10010100 0 11001 100101 111 10100 1000110 1001011

Color Harmonies of #ECB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB194

Black with #ECB194

Text Example


Text Example

White with #ECB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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