Html Css Color HEX #EC9C05 Gamboge

📋 copy color: '#EC9C05'

red 236 ◦ green 156 ◦ blue 5

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

Shades of Gamboge #EC9C05

Tints of Gamboge #EC9C05

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

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

R = 59.45%
G = 39.29%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC9C05 (or 0xEC9C05) is known color: Gamboge. HEX triplet: EC, 9C and 05. RGB value is (236,156,5). Sum of RGB (Red+Green+Blue) = 236+156+5=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 5 (2.34% from 255 or 1.26% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C05 is #1363FA. Grayscale: #A3A3A3. Windows color (decimal): -1270779 or 367852. OLE color: 367852.

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

Color convert

RGB 236 156 5 -
CMYK 0 0.34 0.98 0.07
HSL 39.22º 0.96% 0.47% -
HSV(B) 39.22º 0.98% 0.93% -
XYZ 46.51 41.62 5.73 -
YUV 162.71 39 180.28 -
System Red Green Blue C M Y K H S L
Decimal 236 156 5 0 0.34 0.98 0.07 39.22 0.96 0.47
Hex EC 9C 5 0 22 62 7 27 60 2F
Octal 354 234 5 0 42 142 7 47 140 57
Binary 11101100 10011100 101 0 100010 1100010 111 100111 1100000 101111

Color Harmonies of #EC9C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C05

Black with #EC9C05

Text Example


Text Example

White with #EC9C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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