Html Css Color HEX #EC9412 Gamboge

📋 copy color: '#EC9412'

red 236 ◦ green 148 ◦ blue 18

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

Shades of Gamboge #EC9412

Tints of Gamboge #EC9412

RGB

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

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

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

R = 58.71%
G = 36.82%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9412 (or 0xEC9412) is known color: Gamboge. HEX triplet: EC, 94 and 12. RGB value is (236,148,18). Sum of RGB (Red+Green+Blue) = 236+148+18=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9412 is #136BED. Grayscale: #A0A0A0. Windows color (decimal): -1272814 or 1217772. OLE color: 1217772.

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

Color convert

RGB 236 148 18 -
CMYK 0 0.37 0.92 0.07
HSL 35.78º 0.86% 0.5% -
HSV(B) 35.78º 0.92% 0.93% -
XYZ 45.29 39.06 5.72 -
YUV 159.49 48.15 182.57 -
System Red Green Blue C M Y K H S L
Decimal 236 148 18 0 0.37 0.92 0.07 35.78 0.86 0.5
Hex EC 94 12 0 25 5C 7 24 56 32
Octal 354 224 22 0 45 134 7 44 126 62
Binary 11101100 10010100 10010 0 100101 1011100 111 100100 1010110 110010

Color Harmonies of #EC9412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9412

Black with #EC9412

Text Example


Text Example

White with #EC9412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9412; }

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

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

background-color css

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

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

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

border-color css

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

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

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