Html Css Color HEX #EC9D10 Gamboge

📋 copy color: '#EC9D10'

red 236 ◦ green 157 ◦ blue 16

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

Shades of Gamboge #EC9D10

Tints of Gamboge #EC9D10

RGB

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

 GREEN value IS 157 (61.72% from 255) = 38.39%

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

R = 57.7%
G = 38.39%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC9D10 (or 0xEC9D10) is known color: Gamboge. HEX triplet: EC, 9D and 10. RGB value is (236,157,16). Sum of RGB (Red+Green+Blue) = 236+157+16=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 16 (6.64% from 255 or 3.91% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D10 is #1362EF. Grayscale: #A5A5A5. Windows color (decimal): -1270512 or 1089004. OLE color: 1089004.

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

Color convert

RGB 236 157 16 -
CMYK 0 0.33 0.93 0.07
HSL 38.45º 0.87% 0.49% -
HSV(B) 38.45º 0.93% 0.93% -
XYZ 46.74 41.98 6.13 -
YUV 164.55 44.17 178.96 -
System Red Green Blue C M Y K H S L
Decimal 236 157 16 0 0.33 0.93 0.07 38.45 0.87 0.49
Hex EC 9D 10 0 21 5D 7 26 57 31
Octal 354 235 20 0 41 135 7 46 127 61
Binary 11101100 10011101 10000 0 100001 1011101 111 100110 1010111 110001

Color Harmonies of #EC9D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D10

Black with #EC9D10

Text Example


Text Example

White with #EC9D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D10; }

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

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

background-color css

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

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

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

border-color css

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

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

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