Html Css Color HEX #EC9C10 Gamboge

📋 copy color: '#EC9C10'

red 236 ◦ green 156 ◦ blue 16

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

Shades of Gamboge #EC9C10

Tints of Gamboge #EC9C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.24%

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

R = 57.84%
G = 38.24%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EC9C10 (or 0xEC9C10) is known color: Gamboge. HEX triplet: EC, 9C and 10. RGB value is (236,156,16). Sum of RGB (Red+Green+Blue) = 236+156+16=408 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.84% from 408); Green value is 156 (61.33% from 255 or 38.24% from 408); Blue value is 16 (6.64% from 255 or 3.92% from 408); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C10 is #1363EF. Grayscale: #A4A4A4. Windows color (decimal): -1270768 or 1088748. OLE color: 1088748.

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

Color convert

RGB 236 156 16 -
CMYK 0 0.34 0.93 0.07
HSL 38.18º 0.87% 0.49% -
HSV(B) 38.18º 0.93% 0.93% -
XYZ 46.57 41.65 6.07 -
YUV 163.96 44.5 179.38 -
System Red Green Blue C M Y K H S L
Decimal 236 156 16 0 0.34 0.93 0.07 38.18 0.87 0.49
Hex EC 9C 10 0 22 5D 7 26 57 31
Octal 354 234 20 0 42 135 7 46 127 61
Binary 11101100 10011100 10000 0 100010 1011101 111 100110 1010111 110001

Color Harmonies of #EC9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C10

Black with #EC9C10

Text Example


Text Example

White with #EC9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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