Html Css Color HEX #ECBCA1 Wax Flower

📋 copy color: '#ECBCA1'

red 236 ◦ green 188 ◦ blue 161

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

Shades of Wax Flower #ECBCA1

Tints of Wax Flower #ECBCA1

RGB

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

 GREEN value IS 188 (73.83% from 255) = 32.14%

 BLUE value IS 161 (63.28% from 255) = 27.52%

R = 40.34%
G = 32.14%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECBCA1 (or 0xECBCA1) is known color: Wax Flower. HEX triplet: EC, BC and A1. RGB value is (236,188,161). Sum of RGB (Red+Green+Blue) = 236+188+161=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 161 (63.28% from 255 or 27.52% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCA1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBCA1 is #13435E. Grayscale: #C7C7C7. Windows color (decimal): -1262431 or 10599660. OLE color: 10599660.

HSL color Cylindrical-coordinate representation of color #ECBCA1: hue angle of 21.6º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ECBCA1 is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 188 161 -
CMYK 0 0.20 0.32 0.07
HSL 21.6º 0.66% 0.78% -
HSV(B) 21.6º 0.32% 0.93% -
XYZ 59.01 56.37 41.49 -
YUV 199.27 106.4 154.2 -
System Red Green Blue C M Y K H S L
Decimal 236 188 161 0 0.20 0.32 0.07 21.6 0.66 0.78
Hex EC BC A1 0 14 20 7 16 42 4E
Octal 354 274 241 0 24 40 7 26 102 116
Binary 11101100 10111100 10100001 0 10100 100000 111 10110 1000010 1001110

Color Harmonies of #ECBCA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBCA1

Black with #ECBCA1

Text Example


Text Example

White with #ECBCA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBCA1; }

 p { color: rgb(236,188,161); }

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

background-color css

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

 a { background-color: rgb(236,188,161); }

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

border-color css

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

 span { border-color: rgb(236,188,161); }

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