Html Css Color HEX #ECBBA0 Wax Flower

📋 copy color: '#ECBBA0'

red 236 ◦ green 187 ◦ blue 160

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

Shades of Wax Flower #ECBBA0

Tints of Wax Flower #ECBBA0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 32.08%

 BLUE value IS 160 (62.89% from 255) = 27.44%

R = 40.48%
G = 32.08%
B = 27.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#ECBBA0 (or 0xECBBA0) is known color: Wax Flower. HEX triplet: EC, BB and A0. RGB value is (236,187,160). Sum of RGB (Red+Green+Blue) = 236+187+160=583 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.48% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 160 (62.89% from 255 or 27.44% from 583); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBA0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBA0 is #13445F. Grayscale: #C6C6C6. Windows color (decimal): -1262688 or 10533868. OLE color: 10533868.

HSL color Cylindrical-coordinate representation of color #ECBBA0: hue angle of 21.32º degrees, saturation: 0.67, 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 #ECBBA0 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 187 160 -
CMYK 0 0.21 0.32 0.07
HSL 21.32º 0.67% 0.78% -
HSV(B) 21.32º 0.32% 0.93% -
XYZ 58.71 55.91 40.96 -
YUV 198.57 106.23 154.7 -
System Red Green Blue C M Y K H S L
Decimal 236 187 160 0 0.21 0.32 0.07 21.32 0.67 0.78
Hex EC BB A0 0 15 20 7 15 43 4E
Octal 354 273 240 0 25 40 7 25 103 116
Binary 11101100 10111011 10100000 0 10101 100000 111 10101 1000011 1001110

Color Harmonies of #ECBBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBBA0

Black with #ECBBA0

Text Example


Text Example

White with #ECBBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBBA0; }

 p { color: rgb(236,187,160); }

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

background-color css

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

 a { background-color: rgb(236,187,160); }

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

border-color css

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

 span { border-color: rgb(236,187,160); }

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