Html Css Color HEX #EC9505 Gamboge

📋 copy color: '#EC9505'

red 236 ◦ green 149 ◦ blue 5

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

Shades of Gamboge #EC9505

Tints of Gamboge #EC9505

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.21%

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

R = 60.51%
G = 38.21%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC9505 (or 0xEC9505) is known color: Gamboge. HEX triplet: EC, 95 and 05. RGB value is (236,149,5). Sum of RGB (Red+Green+Blue) = 236+149+5=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9505 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9505 is #136AFA. Grayscale: #9F9F9F. Windows color (decimal): -1272571 or 366060. OLE color: 366060.

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

Color convert

RGB 236 149 5 -
CMYK 0 0.37 0.98 0.07
HSL 37.4º 0.96% 0.47% -
HSV(B) 37.4º 0.98% 0.93% -
XYZ 45.37 39.34 5.35 -
YUV 158.6 41.32 183.21 -
System Red Green Blue C M Y K H S L
Decimal 236 149 5 0 0.37 0.98 0.07 37.4 0.96 0.47
Hex EC 95 5 0 25 62 7 25 60 2F
Octal 354 225 5 0 45 142 7 45 140 57
Binary 11101100 10010101 101 0 100101 1100010 111 100101 1100000 101111

Color Harmonies of #EC9505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9505

Black with #EC9505

Text Example


Text Example

White with #EC9505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9505; }

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

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

background-color css

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

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

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

border-color css

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

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

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