Html Css Color HEX #EC990F Gamboge

📋 copy color: '#EC990F'

red 236 ◦ green 153 ◦ blue 15

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

Shades of Gamboge #EC990F

Tints of Gamboge #EC990F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.71%

R = 58.42%
G = 37.87%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC990F (or 0xEC990F) is known color: Gamboge. HEX triplet: EC, 99 and 0F. RGB value is (236,153,15). Sum of RGB (Red+Green+Blue) = 236+153+15=404 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.42% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 15 (6.25% from 255 or 3.71% from 404); Max value from RGB is 236 - color contains mainly: red. Hex color #EC990F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC990F is #1366F0. Grayscale: #A2A2A2. Windows color (decimal): -1271537 or 1022444. OLE color: 1022444.

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

Color convert

RGB 236 153 15 -
CMYK 0 0.35 0.94 0.07
HSL 37.47º 0.88% 0.49% -
HSV(B) 37.47º 0.94% 0.93% -
XYZ 46.07 40.65 5.87 -
YUV 162.09 45 180.72 -
System Red Green Blue C M Y K H S L
Decimal 236 153 15 0 0.35 0.94 0.07 37.47 0.88 0.49
Hex EC 99 F 0 23 5E 7 25 58 31
Octal 354 231 17 0 43 136 7 45 130 61
Binary 11101100 10011001 1111 0 100011 1011110 111 100101 1011000 110001

Color Harmonies of #EC990F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC990F

Black with #EC990F

Text Example


Text Example

White with #EC990F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC990F; }

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

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

background-color css

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

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

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

border-color css

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

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

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