Html Css Color HEX #ECB99D Wax Flower

📋 copy color: '#ECB99D'

red 236 ◦ green 185 ◦ blue 157

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

Shades of Wax Flower #ECB99D

Tints of Wax Flower #ECB99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 32.01%

 BLUE value IS 157 (61.72% from 255) = 27.16%

R = 40.83%
G = 32.01%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#ECB99D (or 0xECB99D) is known color: Wax Flower. HEX triplet: EC, B9 and 9D. RGB value is (236,185,157). Sum of RGB (Red+Green+Blue) = 236+185+157=578 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.83% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 157 (61.72% from 255 or 27.16% from 578); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB99D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB99D is #134662. Grayscale: #C5C5C5. Windows color (decimal): -1263203 or 10336748. OLE color: 10336748.

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

Color convert

RGB 236 185 157 -
CMYK 0 0.22 0.33 0.07
HSL 21.27º 0.68% 0.77% -
HSV(B) 21.27º 0.33% 0.93% -
XYZ 58.03 54.97 39.45 -
YUV 197.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 236 185 157 0 0.22 0.33 0.07 21.27 0.68 0.77
Hex EC B9 9D 0 16 21 7 15 44 4D
Octal 354 271 235 0 26 41 7 25 104 115
Binary 11101100 10111001 10011101 0 10110 100001 111 10101 1000100 1001101

Color Harmonies of #ECB99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB99D

Black with #ECB99D

Text Example


Text Example

White with #ECB99D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB99D; }

 p { color: rgb(236,185,157); }

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

background-color css

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

 a { background-color: rgb(236,185,157); }

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

border-color css

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

 span { border-color: rgb(236,185,157); }

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