Html Css Color HEX #ECB196 Wax Flower

📋 copy color: '#ECB196'

red 236 ◦ green 177 ◦ blue 150

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

Shades of Wax Flower #ECB196

Tints of Wax Flower #ECB196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.64%

R = 41.92%
G = 31.44%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECB196 (or 0xECB196) is known color: Wax Flower. HEX triplet: EC, B1 and 96. RGB value is (236,177,150). Sum of RGB (Red+Green+Blue) = 236+177+150=563 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.92% from 563); Green value is 177 (69.53% from 255 or 31.44% from 563); Blue value is 150 (58.98% from 255 or 26.64% from 563); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB196 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB196 is #134E69. Grayscale: #BFBFBF. Windows color (decimal): -1265258 or 9875948. OLE color: 9875948.

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

Color convert

RGB 236 177 150 -
CMYK 0 0.25 0.36 0.07
HSL 18.84º 0.69% 0.76% -
HSV(B) 18.84º 0.36% 0.93% -
XYZ 55.82 51.48 35.85 -
YUV 191.56 104.55 159.7 -
System Red Green Blue C M Y K H S L
Decimal 236 177 150 0 0.25 0.36 0.07 18.84 0.69 0.76
Hex EC B1 96 0 19 24 7 13 45 4C
Octal 354 261 226 0 31 44 7 23 105 114
Binary 11101100 10110001 10010110 0 11001 100100 111 10011 1000101 1001100

Color Harmonies of #ECB196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB196

Black with #ECB196

Text Example


Text Example

White with #ECB196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB196; }

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

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

background-color css

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

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

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

border-color css

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

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

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