Html Css Color HEX #EC920E Gamboge

📋 copy color: '#EC920E'

red 236 ◦ green 146 ◦ blue 14

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

Shades of Gamboge #EC920E

Tints of Gamboge #EC920E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.54%

R = 59.6%
G = 36.87%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC920E (or 0xEC920E) is known color: Gamboge. HEX triplet: EC, 92 and 0E. RGB value is (236,146,14). Sum of RGB (Red+Green+Blue) = 236+146+14=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 14 (5.86% from 255 or 3.54% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC920E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC920E is #136DF1. Grayscale: #9E9E9E. Windows color (decimal): -1273330 or 955116. OLE color: 955116.

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

Color convert

RGB 236 146 14 -
CMYK 0 0.38 0.94 0.07
HSL 35.68º 0.89% 0.49% -
HSV(B) 35.68º 0.94% 0.93% -
XYZ 44.95 38.42 5.46 -
YUV 157.86 46.82 183.73 -
System Red Green Blue C M Y K H S L
Decimal 236 146 14 0 0.38 0.94 0.07 35.68 0.89 0.49
Hex EC 92 E 0 26 5E 7 24 59 31
Octal 354 222 16 0 46 136 7 44 131 61
Binary 11101100 10010010 1110 0 100110 1011110 111 100100 1011001 110001

Color Harmonies of #EC920E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC920E

Black with #EC920E

Text Example


Text Example

White with #EC920E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC920E; }

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

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

background-color css

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

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

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

border-color css

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

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

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