Html Css Color HEX #ECA000 Gamboge

📋 copy color: '#ECA000'

red 236 ◦ green 160 ◦ blue 0

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

Shades of Gamboge #ECA000

Tints of Gamboge #ECA000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.6%
G = 40.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#ECA000 (or 0xECA000) is known color: Gamboge. HEX triplet: EC, A0 and 00. RGB value is (236,160,0). Sum of RGB (Red+Green+Blue) = 236+160+0=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 0 (0.39% from 255 or 0% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA000 is #135FFF. Grayscale: #A5A5A5. Windows color (decimal): -1269760 or 41196. OLE color: 41196.

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

Color convert

RGB 236 160 0 -
CMYK 0 0.32 1 0.07
HSL 40.68º 1% 0.46% -
HSV(B) 40.68º 1% 0.93% -
XYZ 47.16 42.97 5.81 -
YUV 164.48 35.18 179.01 -
System Red Green Blue C M Y K H S L
Decimal 236 160 0 0 0.32 1 0.07 40.68 1 0.46
Hex EC A0 0 0 20 64 7 29 64 2E
Octal 354 240 0 0 40 144 7 51 144 56
Binary 11101100 10100000 0 0 100000 1100100 111 101001 1100100 101110

Color Harmonies of #ECA000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA000

Black with #ECA000

Text Example


Text Example

White with #ECA000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA000; }

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

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

background-color css

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

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

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

border-color css

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

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

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