Html Css Color HEX #ECAB96 Wax Flower

📋 copy color: '#ECAB96'

red 236 ◦ green 171 ◦ blue 150

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

Shades of Wax Flower #ECAB96

Tints of Wax Flower #ECAB96

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.7%

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

R = 42.37%
G = 30.7%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#ECAB96 (or 0xECAB96) is known color: Wax Flower. HEX triplet: EC, AB and 96. RGB value is (236,171,150). Sum of RGB (Red+Green+Blue) = 236+171+150=557 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.37% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 150 (58.98% from 255 or 26.93% from 557); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB96 is #135469. Grayscale: #BCBCBC. Windows color (decimal): -1266794 or 9874412. OLE color: 9874412.

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

Color convert

RGB 236 171 150 -
CMYK 0 0.28 0.36 0.07
HSL 14.65º 0.69% 0.76% -
HSV(B) 14.65º 0.36% 0.93% -
XYZ 54.66 49.16 35.46 -
YUV 188.04 106.53 162.21 -
System Red Green Blue C M Y K H S L
Decimal 236 171 150 0 0.28 0.36 0.07 14.65 0.69 0.76
Hex EC AB 96 0 1C 24 7 F 45 4C
Octal 354 253 226 0 34 44 7 17 105 114
Binary 11101100 10101011 10010110 0 11100 100100 111 1111 1000101 1001100

Color Harmonies of #ECAB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB96

Black with #ECAB96

Text Example


Text Example

White with #ECAB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB96; }

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

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

background-color css

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

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

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

border-color css

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

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

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