Html Css Color HEX #ECB399 Wax Flower

📋 copy color: '#ECB399'

red 236 ◦ green 179 ◦ blue 153

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

Shades of Wax Flower #ECB399

Tints of Wax Flower #ECB399

RGB

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

 GREEN value IS 179 (70.31% from 255) = 31.51%

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

R = 41.55%
G = 31.51%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#ECB399 (or 0xECB399) is known color: Wax Flower. HEX triplet: EC, B3 and 99. RGB value is (236,179,153). Sum of RGB (Red+Green+Blue) = 236+179+153=568 (75% of max value = 765). Red value is 236 (92.58% from 255 or 41.55% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 153 (60.16% from 255 or 26.94% from 568); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB399 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECB399 is #134C66. Grayscale: #C1C1C1. Windows color (decimal): -1264743 or 10073068. OLE color: 10073068.

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

Color convert

RGB 236 179 153 -
CMYK 0 0.24 0.35 0.07
HSL 18.8º 0.69% 0.76% -
HSV(B) 18.8º 0.35% 0.93% -
XYZ 56.46 52.37 37.27 -
YUV 193.08 105.38 158.61 -
System Red Green Blue C M Y K H S L
Decimal 236 179 153 0 0.24 0.35 0.07 18.8 0.69 0.76
Hex EC B3 99 0 18 23 7 13 45 4C
Octal 354 263 231 0 30 43 7 23 105 114
Binary 11101100 10110011 10011001 0 11000 100011 111 10011 1000101 1001100

Color Harmonies of #ECB399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECB399

Black with #ECB399

Text Example


Text Example

White with #ECB399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECB399; }

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

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

background-color css

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

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

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

border-color css

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

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

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