Html Css Color HEX #ECA696 Wax Flower

📋 copy color: '#ECA696'

red 236 ◦ green 166 ◦ blue 150

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

Shades of Wax Flower #ECA696

Tints of Wax Flower #ECA696

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.07%

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

R = 42.75%
G = 30.07%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECA696 (or 0xECA696) is known color: Wax Flower. HEX triplet: EC, A6 and 96. RGB value is (236,166,150). Sum of RGB (Red+Green+Blue) = 236+166+150=552 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.75% from 552); Green value is 166 (65.23% from 255 or 30.07% from 552); Blue value is 150 (58.98% from 255 or 27.17% from 552); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECA696 is #135969. Grayscale: #B9B9B9. Windows color (decimal): -1268074 or 9873132. OLE color: 9873132.

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

Color convert

RGB 236 166 150 -
CMYK 0 0.30 0.36 0.07
HSL 11.16º 0.69% 0.76% -
HSV(B) 11.16º 0.36% 0.93% -
XYZ 53.73 47.31 35.15 -
YUV 185.11 108.19 164.3 -
System Red Green Blue C M Y K H S L
Decimal 236 166 150 0 0.30 0.36 0.07 11.16 0.69 0.76
Hex EC A6 96 0 1E 24 7 B 45 4C
Octal 354 246 226 0 36 44 7 13 105 114
Binary 11101100 10100110 10010110 0 11110 100100 111 1011 1000101 1001100

Color Harmonies of #ECA696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA696

Black with #ECA696

Text Example


Text Example

White with #ECA696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA696; }

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

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

background-color css

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

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

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

border-color css

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

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

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