Html Css Color HEX #ECBCA2 Wax Flower

📋 copy color: '#ECBCA2'

red 236 ◦ green 188 ◦ blue 162

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

Shades of Wax Flower #ECBCA2

Tints of Wax Flower #ECBCA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.65%

R = 40.27%
G = 32.08%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECBCA2 (or 0xECBCA2) is known color: Wax Flower. HEX triplet: EC, BC and A2. RGB value is (236,188,162). Sum of RGB (Red+Green+Blue) = 236+188+162=586 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.27% from 586); Green value is 188 (73.83% from 255 or 32.08% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBCA2 is #13435D. Grayscale: #C7C7C7. Windows color (decimal): -1262430 or 10665196. OLE color: 10665196.

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

Color convert

RGB 236 188 162 -
CMYK 0 0.20 0.31 0.07
HSL 21.08º 0.66% 0.78% -
HSV(B) 21.08º 0.31% 0.93% -
XYZ 59.1 56.41 41.96 -
YUV 199.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 236 188 162 0 0.20 0.31 0.07 21.08 0.66 0.78
Hex EC BC A2 0 14 1F 7 15 42 4E
Octal 354 274 242 0 24 37 7 25 102 116
Binary 11101100 10111100 10100010 0 10100 11111 111 10101 1000010 1001110

Color Harmonies of #ECBCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBCA2

Black with #ECBCA2

Text Example


Text Example

White with #ECBCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBCA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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