Html Css Color HEX #EC9606 Gamboge

📋 copy color: '#EC9606'

red 236 ◦ green 150 ◦ blue 6

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

Shades of Gamboge #EC9606

Tints of Gamboge #EC9606

RGB

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

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

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

R = 60.2%
G = 38.27%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9606 (or 0xEC9606) is known color: Gamboge. HEX triplet: EC, 96 and 06. RGB value is (236,150,6). Sum of RGB (Red+Green+Blue) = 236+150+6=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 6 (2.73% from 255 or 1.53% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9606 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9606 is #1369F9. Grayscale: #9F9F9F. Windows color (decimal): -1272314 or 431852. OLE color: 431852.

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

Color convert

RGB 236 150 6 -
CMYK 0 0.36 0.97 0.07
HSL 37.57º 0.95% 0.47% -
HSV(B) 37.57º 0.97% 0.93% -
XYZ 45.53 39.66 5.43 -
YUV 159.3 41.49 182.71 -
System Red Green Blue C M Y K H S L
Decimal 236 150 6 0 0.36 0.97 0.07 37.57 0.95 0.47
Hex EC 96 6 0 24 61 7 26 5F 2F
Octal 354 226 6 0 44 141 7 46 137 57
Binary 11101100 10010110 110 0 100100 1100001 111 100110 1011111 101111

Color Harmonies of #EC9606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9606

Black with #EC9606

Text Example


Text Example

White with #EC9606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9606; }

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

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

background-color css

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

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

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

border-color css

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

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

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