Html Css Color HEX #ECB49B Wax Flower

📋 copy color: '#ECB49B'

red 236 ◦ green 180 ◦ blue 155

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

Shades of Wax Flower #ECB49B

Tints of Wax Flower #ECB49B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 31.52%

 BLUE value IS 155 (60.94% from 255) = 27.15%

R = 41.33%
G = 31.52%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECB49B (or 0xECB49B) is known color: Wax Flower. HEX triplet: EC, B4 and 9B. RGB value is (236,180,155). Sum of RGB (Red+Green+Blue) = 236+180+155=571 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.33% from 571); Green value is 180 (70.70% from 255 or 31.52% from 571); Blue value is 155 (60.94% from 255 or 27.15% from 571); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB49B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB49B is #134B64. Grayscale: #C2C2C2. Windows color (decimal): -1264485 or 10204396. OLE color: 10204396.

HSL color Cylindrical-coordinate representation of color #ECB49B: hue angle of 18.52º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #ECB49B is Cyan = 0, Magento = 0.24, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 180 155 -
CMYK 0 0.24 0.34 0.07
HSL 18.52º 0.68% 0.77% -
HSV(B) 18.52º 0.34% 0.93% -
XYZ 56.83 52.84 38.21 -
YUV 193.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 236 180 155 0 0.24 0.34 0.07 18.52 0.68 0.77
Hex EC B4 9B 0 18 22 7 13 44 4D
Octal 354 264 233 0 30 42 7 23 104 115
Binary 11101100 10110100 10011011 0 11000 100010 111 10011 1000100 1001101

Color Harmonies of #ECB49B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB49B

Black with #ECB49B

Text Example


Text Example

White with #ECB49B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB49B; }

 p { color: rgb(236,180,155); }

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

background-color css

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

 a { background-color: rgb(236,180,155); }

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

border-color css

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

 span { border-color: rgb(236,180,155); }

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