Html Css Color HEX #ECB19A Wax Flower

📋 copy color: '#ECB19A'

red 236 ◦ green 177 ◦ blue 154

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

Shades of Wax Flower #ECB19A

Tints of Wax Flower #ECB19A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.16%

R = 41.62%
G = 31.22%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECB19A (or 0xECB19A) is known color: Wax Flower. HEX triplet: EC, B1 and 9A. RGB value is (236,177,154). Sum of RGB (Red+Green+Blue) = 236+177+154=567 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.62% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 154 (60.55% from 255 or 27.16% from 567); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB19A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB19A is #134E65. Grayscale: #C0C0C0. Windows color (decimal): -1265254 or 10138092. OLE color: 10138092.

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

Color convert

RGB 236 177 154 -
CMYK 0 0.25 0.35 0.07
HSL 16.83º 0.68% 0.76% -
HSV(B) 16.83º 0.35% 0.93% -
XYZ 56.15 51.61 37.57 -
YUV 192.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 236 177 154 0 0.25 0.35 0.07 16.83 0.68 0.76
Hex EC B1 9A 0 19 23 7 11 44 4C
Octal 354 261 232 0 31 43 7 21 104 114
Binary 11101100 10110001 10011010 0 11001 100011 111 10001 1000100 1001100

Color Harmonies of #ECB19A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB19A

Black with #ECB19A

Text Example


Text Example

White with #ECB19A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB19A; }

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

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

background-color css

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

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

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

border-color css

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

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

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