Html Css Color HEX #EC9600 Gamboge

📋 copy color: '#EC9600'

red 236 ◦ green 150 ◦ blue 0

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

Shades of Gamboge #EC9600

Tints of Gamboge #EC9600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.14%
G = 38.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC9600 (or 0xEC9600) is known color: Gamboge. HEX triplet: EC, 96 and 00. RGB value is (236,150,0). Sum of RGB (Red+Green+Blue) = 236+150+0=386 (51% of max value = 765). Red value is 236 (92.58% from 255 or 61.14% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 0 (0.39% from 255 or 0% from 386); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9600 is #1369FF. Grayscale: #9F9F9F. Windows color (decimal): -1272320 or 38636. OLE color: 38636.

HSL color Cylindrical-coordinate representation of color #EC9600: hue angle of 38.14º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC9600 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 0 -
CMYK 0 0.36 1 0.07
HSL 38.14º 1% 0.46% -
HSV(B) 38.14º 1% 0.93% -
XYZ 45.5 39.65 5.25 -
YUV 158.61 38.49 183.2 -
System Red Green Blue C M Y K H S L
Decimal 236 150 0 0 0.36 1 0.07 38.14 1 0.46
Hex EC 96 0 0 24 64 7 26 64 2E
Octal 354 226 0 0 44 144 7 46 144 56
Binary 11101100 10010110 0 0 100100 1100100 111 100110 1100100 101110

Color Harmonies of #EC9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9600

Black with #EC9600

Text Example


Text Example

White with #EC9600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9600; }

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

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

background-color css

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

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

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

border-color css

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

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

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