Html Css Color HEX #ECA100 Gamboge

📋 copy color: '#ECA100'

red 236 ◦ green 161 ◦ blue 0

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

Shades of Gamboge #ECA100

Tints of Gamboge #ECA100

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.55%

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

R = 59.45%
G = 40.55%
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

#ECA100 (or 0xECA100) is known color: Gamboge. HEX triplet: EC, A1 and 00. RGB value is (236,161,0). Sum of RGB (Red+Green+Blue) = 236+161+0=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA100 is #135EFF. Grayscale: #A5A5A5. Windows color (decimal): -1269504 or 41452. OLE color: 41452.

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

Color convert

RGB 236 161 0 -
CMYK 0 0.32 1 0.07
HSL 40.93º 1% 0.46% -
HSV(B) 40.93º 1% 0.93% -
XYZ 47.34 43.32 5.87 -
YUV 165.07 34.85 178.59 -
System Red Green Blue C M Y K H S L
Decimal 236 161 0 0 0.32 1 0.07 40.93 1 0.46
Hex EC A1 0 0 20 64 7 29 64 2E
Octal 354 241 0 0 40 144 7 51 144 56
Binary 11101100 10100001 0 0 100000 1100100 111 101001 1100100 101110

Color Harmonies of #ECA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA100

Black with #ECA100

Text Example


Text Example

White with #ECA100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA100; }

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

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

background-color css

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

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

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

border-color css

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

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

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