Html Css Color HEX #EC9E04 Gamboge

📋 copy color: '#EC9E04'

red 236 ◦ green 158 ◦ blue 4

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

Shades of Gamboge #EC9E04

Tints of Gamboge #EC9E04

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.7%

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

R = 59.3%
G = 39.7%
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

#EC9E04 (or 0xEC9E04) is known color: Gamboge. HEX triplet: EC, 9E and 04. RGB value is (236,158,4). Sum of RGB (Red+Green+Blue) = 236+158+4=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 158 (62.11% from 255 or 39.70% from 398); Blue value is 4 (1.95% from 255 or 1.01% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9E04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9E04 is #1361FB. Grayscale: #A4A4A4. Windows color (decimal): -1270268 or 302828. OLE color: 302828.

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

Color convert

RGB 236 158 4 -
CMYK 0 0.33 0.98 0.07
HSL 39.83º 0.97% 0.47% -
HSV(B) 39.83º 0.98% 0.93% -
XYZ 46.84 42.3 5.81 -
YUV 163.77 37.84 179.52 -
System Red Green Blue C M Y K H S L
Decimal 236 158 4 0 0.33 0.98 0.07 39.83 0.97 0.47
Hex EC 9E 4 0 21 62 7 28 61 2F
Octal 354 236 4 0 41 142 7 50 141 57
Binary 11101100 10011110 100 0 100001 1100010 111 101000 1100001 101111

Color Harmonies of #EC9E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9E04

Black with #EC9E04

Text Example


Text Example

White with #EC9E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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