Html Css Color HEX #ECB099 Wax Flower

📋 copy color: '#ECB099'

red 236 ◦ green 176 ◦ blue 153

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

Shades of Wax Flower #ECB099

Tints of Wax Flower #ECB099

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.15%

 BLUE value IS 153 (60.16% from 255) = 27.08%

R = 41.77%
G = 31.15%
B = 27.08%

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

#ECB099 (or 0xECB099) is known color: Wax Flower. HEX triplet: EC, B0 and 99. RGB value is (236,176,153). Sum of RGB (Red+Green+Blue) = 236+176+153=565 (74% of max value = 765). Red value is 236 (92.58% from 255 or 41.77% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 153 (60.16% from 255 or 27.08% from 565); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB099 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ECB099 is #134F66. Grayscale: #BFBFBF. Windows color (decimal): -1265511 or 10072300. OLE color: 10072300.

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

Color convert

RGB 236 176 153 -
CMYK 0 0.25 0.35 0.07
HSL 16.63º 0.69% 0.76% -
HSV(B) 16.63º 0.35% 0.93% -
XYZ 55.87 51.18 37.07 -
YUV 191.32 106.38 159.87 -
System Red Green Blue C M Y K H S L
Decimal 236 176 153 0 0.25 0.35 0.07 16.63 0.69 0.76
Hex EC B0 99 0 19 23 7 11 45 4C
Octal 354 260 231 0 31 43 7 21 105 114
Binary 11101100 10110000 10011001 0 11001 100011 111 10001 1000101 1001100

Color Harmonies of #ECB099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB099

Black with #ECB099

Text Example


Text Example

White with #ECB099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB099; }

 p { color: rgb(236,176,153); }

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

background-color css

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

 a { background-color: rgb(236,176,153); }

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

border-color css

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

 span { border-color: rgb(236,176,153); }

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