Html Css Color HEX #EC9D04 Gamboge

📋 copy color: '#EC9D04'

red 236 ◦ green 157 ◦ blue 4

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

Shades of Gamboge #EC9D04

Tints of Gamboge #EC9D04

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.55%

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

R = 59.45%
G = 39.55%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC9D04 (or 0xEC9D04) is known color: Gamboge. HEX triplet: EC, 9D and 04. RGB value is (236,157,4). Sum of RGB (Red+Green+Blue) = 236+157+4=397 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.45% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 4 (1.95% from 255 or 1.01% from 397); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D04 is #1362FB. Grayscale: #A3A3A3. Windows color (decimal): -1270524 or 302572. OLE color: 302572.

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

Color convert

RGB 236 157 4 -
CMYK 0 0.33 0.98 0.07
HSL 39.57º 0.97% 0.47% -
HSV(B) 39.57º 0.98% 0.93% -
XYZ 46.67 41.96 5.75 -
YUV 163.18 38.17 179.94 -
System Red Green Blue C M Y K H S L
Decimal 236 157 4 0 0.33 0.98 0.07 39.57 0.97 0.47
Hex EC 9D 4 0 21 62 7 28 61 2F
Octal 354 235 4 0 41 142 7 50 141 57
Binary 11101100 10011101 100 0 100001 1100010 111 101000 1100001 101111

Color Harmonies of #EC9D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D04

Black with #EC9D04

Text Example


Text Example

White with #EC9D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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