Html Css Color HEX #EC940C Gamboge

📋 copy color: '#EC940C'

red 236 ◦ green 148 ◦ blue 12

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

Shades of Gamboge #EC940C

Tints of Gamboge #EC940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 12 (5.08% from 255) = 3.03%

R = 59.6%
G = 37.37%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC940C (or 0xEC940C) is known color: Gamboge. HEX triplet: EC, 94 and 0C. RGB value is (236,148,12). Sum of RGB (Red+Green+Blue) = 236+148+12=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC940C is #136BF3. Grayscale: #9F9F9F. Windows color (decimal): -1272820 or 824556. OLE color: 824556.

HSL color Cylindrical-coordinate representation of color #EC940C: hue angle of 36.43º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #EC940C is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 148 12 -
CMYK 0 0.37 0.95 0.07
HSL 36.43º 0.9% 0.49% -
HSV(B) 36.43º 0.95% 0.93% -
XYZ 45.25 39.04 5.5 -
YUV 158.81 45.15 183.06 -
System Red Green Blue C M Y K H S L
Decimal 236 148 12 0 0.37 0.95 0.07 36.43 0.9 0.49
Hex EC 94 C 0 25 5F 7 24 5A 31
Octal 354 224 14 0 45 137 7 44 132 61
Binary 11101100 10010100 1100 0 100101 1011111 111 100100 1011010 110001

Color Harmonies of #EC940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC940C

Black with #EC940C

Text Example


Text Example

White with #EC940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC940C; }

 p { color: rgb(236,148,12); }

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

background-color css

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

 a { background-color: rgb(236,148,12); }

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

border-color css

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

 span { border-color: rgb(236,148,12); }

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