Html Css Color HEX #EC9612 Gamboge

📋 copy color: '#EC9612'

red 236 ◦ green 150 ◦ blue 18

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

Shades of Gamboge #EC9612

Tints of Gamboge #EC9612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.13%

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

R = 58.42%
G = 37.13%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EC9612 (or 0xEC9612) is known color: Gamboge. HEX triplet: EC, 96 and 12. RGB value is (236,150,18). Sum of RGB (Red+Green+Blue) = 236+150+18=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 150 (58.98% from 255 or 37.13% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9612 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9612 is #1369ED. Grayscale: #A1A1A1. Windows color (decimal): -1272302 or 1218284. OLE color: 1218284.

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

Color convert

RGB 236 150 18 -
CMYK 0 0.36 0.92 0.07
HSL 36.33º 0.86% 0.5% -
HSV(B) 36.33º 0.92% 0.93% -
XYZ 45.61 39.69 5.83 -
YUV 160.67 47.49 181.73 -
System Red Green Blue C M Y K H S L
Decimal 236 150 18 0 0.36 0.92 0.07 36.33 0.86 0.5
Hex EC 96 12 0 24 5C 7 24 56 32
Octal 354 226 22 0 44 134 7 44 126 62
Binary 11101100 10010110 10010 0 100100 1011100 111 100100 1010110 110010

Color Harmonies of #EC9612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9612

Black with #EC9612

Text Example


Text Example

White with #EC9612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9612; }

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

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

background-color css

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

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

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

border-color css

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

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

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