Html Css Color HEX #EC9406 Gamboge

📋 copy color: '#EC9406'

red 236 ◦ green 148 ◦ blue 6

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

Shades of Gamboge #EC9406

Tints of Gamboge #EC9406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.54%

R = 60.51%
G = 37.95%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9406 (or 0xEC9406) is known color: Gamboge. HEX triplet: EC, 94 and 06. RGB value is (236,148,6). Sum of RGB (Red+Green+Blue) = 236+148+6=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 6 (2.73% from 255 or 1.54% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9406 is #136BF9. Grayscale: #9E9E9E. Windows color (decimal): -1272826 or 431340. OLE color: 431340.

HSL color Cylindrical-coordinate representation of color #EC9406: hue angle of 37.04º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC9406 is Cyan = 0, Magento = 0.37, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 148 6 -
CMYK 0 0.37 0.97 0.07
HSL 37.04º 0.95% 0.47% -
HSV(B) 37.04º 0.97% 0.93% -
XYZ 45.21 39.03 5.32 -
YUV 158.12 42.15 183.55 -
System Red Green Blue C M Y K H S L
Decimal 236 148 6 0 0.37 0.97 0.07 37.04 0.95 0.47
Hex EC 94 6 0 25 61 7 25 5F 2F
Octal 354 224 6 0 45 141 7 45 137 57
Binary 11101100 10010100 110 0 100101 1100001 111 100101 1011111 101111

Color Harmonies of #EC9406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9406

Black with #EC9406

Text Example


Text Example

White with #EC9406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9406; }

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

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

background-color css

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

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

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

border-color css

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

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

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