Html Css Color HEX #ECBA9F Wax Flower

📋 copy color: '#ECBA9F'

red 236 ◦ green 186 ◦ blue 159

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

Shades of Wax Flower #ECBA9F

Tints of Wax Flower #ECBA9F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 32.01%

 BLUE value IS 159 (62.5% from 255) = 27.37%

R = 40.62%
G = 32.01%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECBA9F (or 0xECBA9F) is known color: Wax Flower. HEX triplet: EC, BA and 9F. RGB value is (236,186,159). Sum of RGB (Red+Green+Blue) = 236+186+159=581 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.62% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBA9F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBA9F is #134560. Grayscale: #C6C6C6. Windows color (decimal): -1262945 or 10468076. OLE color: 10468076.

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

Color convert

RGB 236 186 159 -
CMYK 0 0.21 0.33 0.07
HSL 21.04º 0.67% 0.77% -
HSV(B) 21.04º 0.33% 0.93% -
XYZ 58.41 55.45 40.43 -
YUV 197.87 106.07 155.2 -
System Red Green Blue C M Y K H S L
Decimal 236 186 159 0 0.21 0.33 0.07 21.04 0.67 0.77
Hex EC BA 9F 0 15 21 7 15 43 4D
Octal 354 272 237 0 25 41 7 25 103 115
Binary 11101100 10111010 10011111 0 10101 100001 111 10101 1000011 1001101

Color Harmonies of #ECBA9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBA9F

Black with #ECBA9F

Text Example


Text Example

White with #ECBA9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBA9F; }

 p { color: rgb(236,186,159); }

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

background-color css

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

 a { background-color: rgb(236,186,159); }

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

border-color css

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

 span { border-color: rgb(236,186,159); }

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