Html Css Color HEX #ECB99E Wax Flower

📋 copy color: '#ECB99E'

red 236 ◦ green 185 ◦ blue 158

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

Shades of Wax Flower #ECB99E

Tints of Wax Flower #ECB99E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 27.29%

R = 40.76%
G = 31.95%
B = 27.29%

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

#ECB99E (or 0xECB99E) is known color: Wax Flower. HEX triplet: EC, B9 and 9E. RGB value is (236,185,158). Sum of RGB (Red+Green+Blue) = 236+185+158=579 (76% of max value = 765). Red value is 236 (92.58% from 255 or 40.76% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 158 (62.11% from 255 or 27.29% from 579); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB99E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB99E is #134661. Grayscale: #C5C5C5. Windows color (decimal): -1263202 or 10402284. OLE color: 10402284.

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

Color convert

RGB 236 185 158 -
CMYK 0 0.22 0.33 0.07
HSL 20.77º 0.67% 0.77% -
HSV(B) 20.77º 0.33% 0.93% -
XYZ 58.11 55 39.9 -
YUV 197.17 105.9 155.7 -
System Red Green Blue C M Y K H S L
Decimal 236 185 158 0 0.22 0.33 0.07 20.77 0.67 0.77
Hex EC B9 9E 0 16 21 7 15 43 4D
Octal 354 271 236 0 26 41 7 25 103 115
Binary 11101100 10111001 10011110 0 10110 100001 111 10101 1000011 1001101

Color Harmonies of #ECB99E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB99E

Black with #ECB99E

Text Example


Text Example

White with #ECB99E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB99E; }

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

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

background-color css

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

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

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

border-color css

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

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

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