Html Css Color HEX #ECA110 Gamboge

📋 copy color: '#ECA110'

red 236 ◦ green 161 ◦ blue 16

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

Shades of Gamboge #ECA110

Tints of Gamboge #ECA110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.87%

R = 57.14%
G = 38.98%
B = 3.87%

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

#ECA110 (or 0xECA110) is known color: Gamboge. HEX triplet: EC, A1 and 10. RGB value is (236,161,16). Sum of RGB (Red+Green+Blue) = 236+161+16=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 161 (63.28% from 255 or 38.98% from 413); Blue value is 16 (6.64% from 255 or 3.87% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA110 is #135EEF. Grayscale: #A7A7A7. Windows color (decimal): -1269488 or 1090028. OLE color: 1090028.

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

Color convert

RGB 236 161 16 -
CMYK 0 0.32 0.93 0.07
HSL 39.55º 0.87% 0.49% -
HSV(B) 39.55º 0.93% 0.93% -
XYZ 47.43 43.36 6.36 -
YUV 166.9 42.85 177.29 -
System Red Green Blue C M Y K H S L
Decimal 236 161 16 0 0.32 0.93 0.07 39.55 0.87 0.49
Hex EC A1 10 0 20 5D 7 28 57 31
Octal 354 241 20 0 40 135 7 50 127 61
Binary 11101100 10100001 10000 0 100000 1011101 111 101000 1010111 110001

Color Harmonies of #ECA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA110

Black with #ECA110

Text Example


Text Example

White with #ECA110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA110; }

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

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

background-color css

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

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

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

border-color css

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

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

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