Html Css Color HEX #EF990C Gamboge

📋 copy color: '#EF990C'

red 239 ◦ green 153 ◦ blue 12

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

Shades of Gamboge #EF990C

Tints of Gamboge #EF990C

RGB

 RED value IS 239 (93.75% from 255) = 59.16%

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

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

R = 59.16%
G = 37.87%
B = 2.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF990C (or 0xEF990C) is known color: Gamboge. HEX triplet: EF, 99 and 0C. RGB value is (239,153,12). Sum of RGB (Red+Green+Blue) = 239+153+12=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 153 (60.16% from 255 or 37.87% from 404); Blue value is 12 (5.08% from 255 or 2.97% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF990C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF990C is #1066F3. Grayscale: #A3A3A3. Windows color (decimal): -1074932 or 825839. OLE color: 825839.

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

Color convert

RGB 239 153 12 -
CMYK 0 0.36 0.95 0.06
HSL 37.27º 0.9% 0.49% -
HSV(B) 37.27º 0.95% 0.94% -
XYZ 47.05 41.16 5.81 -
YUV 162.64 42.99 182.46 -
System Red Green Blue C M Y K H S L
Decimal 239 153 12 0 0.36 0.95 0.06 37.27 0.9 0.49
Hex EF 99 C 0 24 5F 6 25 5A 31
Octal 357 231 14 0 44 137 6 45 132 61
Binary 11101111 10011001 1100 0 100100 1011111 110 100101 1011010 110001

Color Harmonies of #EF990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF990C

Black with #EF990C

Text Example


Text Example

White with #EF990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF990C; }

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

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

background-color css

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

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

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

border-color css

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

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

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