Html Css Color HEX #ECB096 Wax Flower

📋 copy color: '#ECB096'

red 236 ◦ green 176 ◦ blue 150

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

Shades of Wax Flower #ECB096

Tints of Wax Flower #ECB096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.32%

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

R = 41.99%
G = 31.32%
B = 26.69%

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

#ECB096 (or 0xECB096) is known color: Wax Flower. HEX triplet: EC, B0 and 96. RGB value is (236,176,150). Sum of RGB (Red+Green+Blue) = 236+176+150=562 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.99% from 562); Green value is 176 (69.14% from 255 or 31.32% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB096 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB096 is #134F69. Grayscale: #BFBFBF. Windows color (decimal): -1265514 or 9875692. OLE color: 9875692.

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

Color convert

RGB 236 176 150 -
CMYK 0 0.25 0.36 0.07
HSL 18.14º 0.69% 0.76% -
HSV(B) 18.14º 0.36% 0.93% -
XYZ 55.62 51.09 35.78 -
YUV 190.98 104.88 160.11 -
System Red Green Blue C M Y K H S L
Decimal 236 176 150 0 0.25 0.36 0.07 18.14 0.69 0.76
Hex EC B0 96 0 19 24 7 12 45 4C
Octal 354 260 226 0 31 44 7 22 105 114
Binary 11101100 10110000 10010110 0 11001 100100 111 10010 1000101 1001100

Color Harmonies of #ECB096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB096

Black with #ECB096

Text Example


Text Example

White with #ECB096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB096; }

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

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

background-color css

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

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

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

border-color css

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

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

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