Html Css Color HEX #EC9C12 Gamboge

📋 copy color: '#EC9C12'

red 236 ◦ green 156 ◦ blue 18

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

Shades of Gamboge #EC9C12

Tints of Gamboge #EC9C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.39%

R = 57.56%
G = 38.05%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9C12 (or 0xEC9C12) is known color: Gamboge. HEX triplet: EC, 9C and 12. RGB value is (236,156,18). Sum of RGB (Red+Green+Blue) = 236+156+18=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 156 (61.33% from 255 or 38.05% from 410); Blue value is 18 (7.42% from 255 or 4.39% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C12 is #1363ED. Grayscale: #A4A4A4. Windows color (decimal): -1270766 or 1219820. OLE color: 1219820.

HSL color Cylindrical-coordinate representation of color #EC9C12: hue angle of 37.98º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC9C12 is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 156 18 -
CMYK 0 0.34 0.92 0.07
HSL 37.98º 0.86% 0.5% -
HSV(B) 37.98º 0.92% 0.93% -
XYZ 46.59 41.65 6.16 -
YUV 164.19 45.5 179.22 -
System Red Green Blue C M Y K H S L
Decimal 236 156 18 0 0.34 0.92 0.07 37.98 0.86 0.5
Hex EC 9C 12 0 22 5C 7 26 56 32
Octal 354 234 22 0 42 134 7 46 126 62
Binary 11101100 10011100 10010 0 100010 1011100 111 100110 1010110 110010

Color Harmonies of #EC9C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C12

Black with #EC9C12

Text Example


Text Example

White with #EC9C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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