Html Css Color HEX #EC9614 Gamboge

📋 copy color: '#EC9614'

red 236 ◦ green 150 ◦ blue 20

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

Shades of Gamboge #EC9614

Tints of Gamboge #EC9614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.93%

R = 58.13%
G = 36.95%
B = 4.93%

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

#EC9614 (or 0xEC9614) is known color: Gamboge. HEX triplet: EC, 96 and 14. RGB value is (236,150,20). Sum of RGB (Red+Green+Blue) = 236+150+20=406 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.13% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9614 is #1369EB. Grayscale: #A1A1A1. Windows color (decimal): -1272300 or 1349356. OLE color: 1349356.

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

Color convert

RGB 236 150 20 -
CMYK 0 0.36 0.92 0.07
HSL 36.11º 0.85% 0.5% -
HSV(B) 36.11º 0.92% 0.93% -
XYZ 45.62 39.7 5.92 -
YUV 160.89 48.49 181.57 -
System Red Green Blue C M Y K H S L
Decimal 236 150 20 0 0.36 0.92 0.07 36.11 0.85 0.5
Hex EC 96 14 0 24 5C 7 24 55 32
Octal 354 226 24 0 44 134 7 44 125 62
Binary 11101100 10010110 10100 0 100100 1011100 111 100100 1010101 110010

Color Harmonies of #EC9614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9614

Black with #EC9614

Text Example


Text Example

White with #EC9614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9614; }

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

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

background-color css

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

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

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

border-color css

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

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

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