Html Css Color HEX #ECB19B Wax Flower

📋 copy color: '#ECB19B'

red 236 ◦ green 177 ◦ blue 155

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

Shades of Wax Flower #ECB19B

Tints of Wax Flower #ECB19B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 31.16%

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

R = 41.55%
G = 31.16%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#ECB19B (or 0xECB19B) is known color: Wax Flower. HEX triplet: EC, B1 and 9B. RGB value is (236,177,155). Sum of RGB (Red+Green+Blue) = 236+177+155=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 155 (60.94% from 255 or 27.29% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB19B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB19B is #134E64. Grayscale: #C0C0C0. Windows color (decimal): -1265253 or 10203628. OLE color: 10203628.

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

Color convert

RGB 236 177 155 -
CMYK 0 0.25 0.34 0.07
HSL 16.3º 0.68% 0.77% -
HSV(B) 16.3º 0.34% 0.93% -
XYZ 56.23 51.64 38.01 -
YUV 192.13 107.05 159.29 -
System Red Green Blue C M Y K H S L
Decimal 236 177 155 0 0.25 0.34 0.07 16.3 0.68 0.77
Hex EC B1 9B 0 19 22 7 10 44 4D
Octal 354 261 233 0 31 42 7 20 104 115
Binary 11101100 10110001 10011011 0 11001 100010 111 10000 1000100 1001101

Color Harmonies of #ECB19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB19B

Black with #ECB19B

Text Example


Text Example

White with #ECB19B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB19B; }

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

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

background-color css

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

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

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

border-color css

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

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

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