Html Css Color HEX #EC990C Gamboge

📋 copy color: '#EC990C'

red 236 ◦ green 153 ◦ blue 12

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

Shades of Gamboge #EC990C

Tints of Gamboge #EC990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.15%

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

R = 58.85%
G = 38.15%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC990C (or 0xEC990C) is known color: Gamboge. HEX triplet: EC, 99 and 0C. RGB value is (236,153,12). Sum of RGB (Red+Green+Blue) = 236+153+12=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC990C is #1366F3. Grayscale: #A2A2A2. Windows color (decimal): -1271540 or 825836. OLE color: 825836.

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

Color convert

RGB 236 153 12 -
CMYK 0 0.35 0.95 0.07
HSL 37.77º 0.9% 0.49% -
HSV(B) 37.77º 0.95% 0.93% -
XYZ 46.05 40.64 5.77 -
YUV 161.74 43.5 180.96 -
System Red Green Blue C M Y K H S L
Decimal 236 153 12 0 0.35 0.95 0.07 37.77 0.9 0.49
Hex EC 99 C 0 23 5F 7 26 5A 31
Octal 354 231 14 0 43 137 7 46 132 61
Binary 11101100 10011001 1100 0 100011 1011111 111 100110 1011010 110001

Color Harmonies of #EC990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC990C

Black with #EC990C

Text Example


Text Example

White with #EC990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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