Html Css Color HEX #ECAB94 Wax Flower

📋 copy color: '#ECAB94'

red 236 ◦ green 171 ◦ blue 148

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

Shades of Wax Flower #ECAB94

Tints of Wax Flower #ECAB94

RGB

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

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

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

R = 42.52%
G = 30.81%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#ECAB94 (or 0xECAB94) is known color: Wax Flower. HEX triplet: EC, AB and 94. RGB value is (236,171,148). Sum of RGB (Red+Green+Blue) = 236+171+148=555 (73% of max value = 765). Red value is 236 (92.58% from 255 or 42.52% from 555); Green value is 171 (67.19% from 255 or 30.81% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB94 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB94 is #13546B. Grayscale: #BBBBBB. Windows color (decimal): -1266796 or 9743340. OLE color: 9743340.

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

Color convert

RGB 236 171 148 -
CMYK 0 0.28 0.37 0.07
HSL 15.68º 0.7% 0.75% -
HSV(B) 15.68º 0.37% 0.93% -
XYZ 54.5 49.1 34.62 -
YUV 187.81 105.53 162.37 -
System Red Green Blue C M Y K H S L
Decimal 236 171 148 0 0.28 0.37 0.07 15.68 0.7 0.75
Hex EC AB 94 0 1C 25 7 10 46 4B
Octal 354 253 224 0 34 45 7 20 106 113
Binary 11101100 10101011 10010100 0 11100 100101 111 10000 1000110 1001011

Color Harmonies of #ECAB94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB94

Black with #ECAB94

Text Example


Text Example

White with #ECAB94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB94; }

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

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

background-color css

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

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

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

border-color css

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

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

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