Html Css Color HEX #ECBBA2 Wax Flower

📋 copy color: '#ECBBA2'

red 236 ◦ green 187 ◦ blue 162

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

Shades of Wax Flower #ECBBA2

Tints of Wax Flower #ECBBA2

RGB

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

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

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

R = 40.34%
G = 31.97%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#ECBBA2 (or 0xECBBA2) is known color: Wax Flower. HEX triplet: EC, BB and A2. RGB value is (236,187,162). Sum of RGB (Red+Green+Blue) = 236+187+162=585 (77% of max value = 765). Red value is 236 (92.58% from 255 or 40.34% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 162 (63.67% from 255 or 27.69% from 585); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBA2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBBA2 is #13445D. Grayscale: #C6C6C6. Windows color (decimal): -1262686 or 10664940. OLE color: 10664940.

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

Color convert

RGB 236 187 162 -
CMYK 0 0.21 0.31 0.07
HSL 20.27º 0.66% 0.78% -
HSV(B) 20.27º 0.31% 0.93% -
XYZ 58.88 55.98 41.88 -
YUV 198.8 107.23 154.53 -
System Red Green Blue C M Y K H S L
Decimal 236 187 162 0 0.21 0.31 0.07 20.27 0.66 0.78
Hex EC BB A2 0 15 1F 7 14 42 4E
Octal 354 273 242 0 25 37 7 24 102 116
Binary 11101100 10111011 10100010 0 10101 11111 111 10100 1000010 1001110

Color Harmonies of #ECBBA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBBA2

Black with #ECBBA2

Text Example


Text Example

White with #ECBBA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBBA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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