Html Css Color HEX #ECB99F Wax Flower

📋 copy color: '#ECB99F'

red 236 ◦ green 185 ◦ blue 159

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

Shades of Wax Flower #ECB99F

Tints of Wax Flower #ECB99F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 27.41%

R = 40.69%
G = 31.9%
B = 27.41%

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

#ECB99F (or 0xECB99F) is known color: Wax Flower. HEX triplet: EC, B9 and 9F. RGB value is (236,185,159). Sum of RGB (Red+Green+Blue) = 236+185+159=580 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.69% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 159 (62.5% from 255 or 27.41% from 580); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB99F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB99F is #134660. Grayscale: #C5C5C5. Windows color (decimal): -1263201 or 10467820. OLE color: 10467820.

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

Color convert

RGB 236 185 159 -
CMYK 0 0.22 0.33 0.07
HSL 20.26º 0.67% 0.77% -
HSV(B) 20.26º 0.33% 0.93% -
XYZ 58.2 55.03 40.36 -
YUV 197.29 106.4 155.61 -
System Red Green Blue C M Y K H S L
Decimal 236 185 159 0 0.22 0.33 0.07 20.26 0.67 0.77
Hex EC B9 9F 0 16 21 7 14 43 4D
Octal 354 271 237 0 26 41 7 24 103 115
Binary 11101100 10111001 10011111 0 10110 100001 111 10100 1000011 1001101

Color Harmonies of #ECB99F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB99F

Black with #ECB99F

Text Example


Text Example

White with #ECB99F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB99F; }

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

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

background-color css

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

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

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

border-color css

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

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

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