Html Css Color HEX #EC9C04 Gamboge

📋 copy color: '#EC9C04'

red 236 ◦ green 156 ◦ blue 4

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

Shades of Gamboge #EC9C04

Tints of Gamboge #EC9C04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 59.6%
G = 39.39%
B = 1.01%

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

#EC9C04 (or 0xEC9C04) is known color: Gamboge. HEX triplet: EC, 9C and 04. RGB value is (236,156,4). Sum of RGB (Red+Green+Blue) = 236+156+4=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C04 is #1363FB. Grayscale: #A3A3A3. Windows color (decimal): -1270780 or 302316. OLE color: 302316.

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

Color convert

RGB 236 156 4 -
CMYK 0 0.34 0.98 0.07
HSL 39.31º 0.97% 0.47% -
HSV(B) 39.31º 0.98% 0.93% -
XYZ 46.5 41.62 5.7 -
YUV 162.59 38.5 180.36 -
System Red Green Blue C M Y K H S L
Decimal 236 156 4 0 0.34 0.98 0.07 39.31 0.97 0.47
Hex EC 9C 4 0 22 62 7 27 61 2F
Octal 354 234 4 0 42 142 7 47 141 57
Binary 11101100 10011100 100 0 100010 1100010 111 100111 1100001 101111

Color Harmonies of #EC9C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C04

Black with #EC9C04

Text Example


Text Example

White with #EC9C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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