Html Css Color HEX #EC9305 Gamboge

📋 copy color: '#EC9305'

red 236 ◦ green 147 ◦ blue 5

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

Shades of Gamboge #EC9305

Tints of Gamboge #EC9305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

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

R = 60.82%
G = 37.89%
B = 1.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC9305 (or 0xEC9305) is known color: Gamboge. HEX triplet: EC, 93 and 05. RGB value is (236,147,5). Sum of RGB (Red+Green+Blue) = 236+147+5=388 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.82% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 5 (2.34% from 255 or 1.29% from 388); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9305 is #136CFA. Grayscale: #9E9E9E. Windows color (decimal): -1273083 or 365548. OLE color: 365548.

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

Color convert

RGB 236 147 5 -
CMYK 0 0.38 0.98 0.07
HSL 36.88º 0.96% 0.47% -
HSV(B) 36.88º 0.98% 0.93% -
XYZ 45.05 38.71 5.24 -
YUV 157.42 41.99 184.05 -
System Red Green Blue C M Y K H S L
Decimal 236 147 5 0 0.38 0.98 0.07 36.88 0.96 0.47
Hex EC 93 5 0 26 62 7 25 60 2F
Octal 354 223 5 0 46 142 7 45 140 57
Binary 11101100 10010011 101 0 100110 1100010 111 100101 1100000 101111

Color Harmonies of #EC9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9305

Black with #EC9305

Text Example


Text Example

White with #EC9305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9305; }

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

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

background-color css

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

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

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

border-color css

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

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

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