Html Css Color HEX #EC9410 Gamboge

📋 copy color: '#EC9410'

red 236 ◦ green 148 ◦ blue 16

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

Shades of Gamboge #EC9410

Tints of Gamboge #EC9410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37%

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

R = 59%
G = 37%
B = 4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC9410 (or 0xEC9410) is known color: Gamboge. HEX triplet: EC, 94 and 10. RGB value is (236,148,16). Sum of RGB (Red+Green+Blue) = 236+148+16=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 16 (6.64% from 255 or 4% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9410 is #136BEF. Grayscale: #9F9F9F. Windows color (decimal): -1272816 or 1086700. OLE color: 1086700.

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

Color convert

RGB 236 148 16 -
CMYK 0 0.37 0.93 0.07
HSL 36º 0.87% 0.49% -
HSV(B) 36º 0.93% 0.93% -
XYZ 45.28 39.05 5.64 -
YUV 159.26 47.15 182.73 -
System Red Green Blue C M Y K H S L
Decimal 236 148 16 0 0.37 0.93 0.07 36 0.87 0.49
Hex EC 94 10 0 25 5D 7 24 57 31
Octal 354 224 20 0 45 135 7 44 127 61
Binary 11101100 10010100 10000 0 100101 1011101 111 100100 1010111 110001

Color Harmonies of #EC9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9410

Black with #EC9410

Text Example


Text Example

White with #EC9410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9410; }

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

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

background-color css

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

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

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

border-color css

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

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

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