Html Css Color HEX #ECA011 Gamboge

📋 copy color: '#ECA011'

red 236 ◦ green 160 ◦ blue 17

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

Shades of Gamboge #ECA011

Tints of Gamboge #ECA011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.74%

 BLUE value IS 17 (7.03% from 255) = 4.12%

R = 57.14%
G = 38.74%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#ECA011 (or 0xECA011) is known color: Gamboge. HEX triplet: EC, A0 and 11. RGB value is (236,160,17). Sum of RGB (Red+Green+Blue) = 236+160+17=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 160 (62.89% from 255 or 38.74% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA011 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA011 is #135FEE. Grayscale: #A7A7A7. Windows color (decimal): -1269743 or 1155308. OLE color: 1155308.

HSL color Cylindrical-coordinate representation of color #ECA011: hue angle of 39.18º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ECA011 is Cyan = 0, Magento = 0.32, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 160 17 -
CMYK 0 0.32 0.93 0.07
HSL 39.18º 0.87% 0.5% -
HSV(B) 39.18º 0.93% 0.93% -
XYZ 47.26 43.01 6.34 -
YUV 166.42 43.68 177.63 -
System Red Green Blue C M Y K H S L
Decimal 236 160 17 0 0.32 0.93 0.07 39.18 0.87 0.5
Hex EC A0 11 0 20 5D 7 27 57 32
Octal 354 240 21 0 40 135 7 47 127 62
Binary 11101100 10100000 10001 0 100000 1011101 111 100111 1010111 110010

Color Harmonies of #ECA011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA011

Black with #ECA011

Text Example


Text Example

White with #ECA011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA011; }

 p { color: rgb(236,160,17); }

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

background-color css

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

 a { background-color: rgb(236,160,17); }

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

border-color css

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

 span { border-color: rgb(236,160,17); }

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