Html Css Color HEX #EC9A10 Gamboge

📋 copy color: '#EC9A10'

red 236 ◦ green 154 ◦ blue 16

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

Shades of Gamboge #EC9A10

Tints of Gamboge #EC9A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.93%

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

R = 58.13%
G = 37.93%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC9A10 (or 0xEC9A10) is known color: Gamboge. HEX triplet: EC, 9A and 10. RGB value is (236,154,16). Sum of RGB (Red+Green+Blue) = 236+154+16=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 154 (60.55% from 255 or 37.93% from 406); Blue value is 16 (6.64% from 255 or 3.94% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9A10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9A10 is #1365EF. Grayscale: #A3A3A3. Windows color (decimal): -1271280 or 1088236. OLE color: 1088236.

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

Color convert

RGB 236 154 16 -
CMYK 0 0.35 0.93 0.07
HSL 37.64º 0.87% 0.49% -
HSV(B) 37.64º 0.93% 0.93% -
XYZ 46.24 40.98 5.96 -
YUV 162.79 45.17 180.22 -
System Red Green Blue C M Y K H S L
Decimal 236 154 16 0 0.35 0.93 0.07 37.64 0.87 0.49
Hex EC 9A 10 0 23 5D 7 26 57 31
Octal 354 232 20 0 43 135 7 46 127 61
Binary 11101100 10011010 10000 0 100011 1011101 111 100110 1010111 110001

Color Harmonies of #EC9A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9A10

Black with #EC9A10

Text Example


Text Example

White with #EC9A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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