Html Css Color HEX #ECAB9E Wax Flower

📋 copy color: '#ECAB9E'

red 236 ◦ green 171 ◦ blue 158

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

Shades of Wax Flower #ECAB9E

Tints of Wax Flower #ECAB9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.96%

R = 41.77%
G = 30.27%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECAB9E (or 0xECAB9E) is known color: Wax Flower. HEX triplet: EC, AB and 9E. RGB value is (236,171,158). Sum of RGB (Red+Green+Blue) = 236+171+158=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 158 (62.11% from 255 or 27.96% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECAB9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECAB9E is #135461. Grayscale: #BDBDBD. Windows color (decimal): -1266786 or 10398700. OLE color: 10398700.

HSL color Cylindrical-coordinate representation of color #ECAB9E: hue angle of 10º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ECAB9E is Cyan = 0, Magento = 0.28, Yellow = 0.33 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 171 158 -
CMYK 0 0.28 0.33 0.07
HSL 10º 0.67% 0.77% -
HSV(B) 10º 0.33% 0.93% -
XYZ 55.33 49.43 38.97 -
YUV 188.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 236 171 158 0 0.28 0.33 0.07 10 0.67 0.77
Hex EC AB 9E 0 1C 21 7 A 43 4D
Octal 354 253 236 0 34 41 7 12 103 115
Binary 11101100 10101011 10011110 0 11100 100001 111 1010 1000011 1001101

Color Harmonies of #ECAB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECAB9E

Black with #ECAB9E

Text Example


Text Example

White with #ECAB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECAB9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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