Html Css Color HEX #EC920C Gamboge

📋 copy color: '#EC920C'

red 236 ◦ green 146 ◦ blue 12

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

Shades of Gamboge #EC920C

Tints of Gamboge #EC920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.06%

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

R = 59.9%
G = 37.06%
B = 3.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC920C (or 0xEC920C) is known color: Gamboge. HEX triplet: EC, 92 and 0C. RGB value is (236,146,12). Sum of RGB (Red+Green+Blue) = 236+146+12=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 146 (57.42% from 255 or 37.06% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC920C is #136DF3. Grayscale: #9E9E9E. Windows color (decimal): -1273332 or 824044. OLE color: 824044.

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

Color convert

RGB 236 146 12 -
CMYK 0 0.38 0.95 0.07
HSL 35.89º 0.9% 0.49% -
HSV(B) 35.89º 0.95% 0.93% -
XYZ 44.94 38.42 5.39 -
YUV 157.63 45.82 183.9 -
System Red Green Blue C M Y K H S L
Decimal 236 146 12 0 0.38 0.95 0.07 35.89 0.9 0.49
Hex EC 92 C 0 26 5F 7 24 5A 31
Octal 354 222 14 0 46 137 7 44 132 61
Binary 11101100 10010010 1100 0 100110 1011111 111 100100 1011010 110001

Color Harmonies of #EC920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC920C

Black with #EC920C

Text Example


Text Example

White with #EC920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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