Html Css Color HEX #EC9605 Gamboge

📋 copy color: '#EC9605'

red 236 ◦ green 150 ◦ blue 5

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

Shades of Gamboge #EC9605

Tints of Gamboge #EC9605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.28%

R = 60.36%
G = 38.36%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC9605 (or 0xEC9605) is known color: Gamboge. HEX triplet: EC, 96 and 05. RGB value is (236,150,5). Sum of RGB (Red+Green+Blue) = 236+150+5=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 5 (2.34% from 255 or 1.28% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9605 is #1369FA. Grayscale: #9F9F9F. Windows color (decimal): -1272315 or 366316. OLE color: 366316.

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

Color convert

RGB 236 150 5 -
CMYK 0 0.36 0.98 0.07
HSL 37.66º 0.96% 0.47% -
HSV(B) 37.66º 0.98% 0.93% -
XYZ 45.53 39.66 5.4 -
YUV 159.18 40.99 182.79 -
System Red Green Blue C M Y K H S L
Decimal 236 150 5 0 0.36 0.98 0.07 37.66 0.96 0.47
Hex EC 96 5 0 24 62 7 26 60 2F
Octal 354 226 5 0 44 142 7 46 140 57
Binary 11101100 10010110 101 0 100100 1100010 111 100110 1100000 101111

Color Harmonies of #EC9605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9605

Black with #EC9605

Text Example


Text Example

White with #EC9605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9605; }

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

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

background-color css

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

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

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

border-color css

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

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

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