Html Css Color HEX #EF9511 Gamboge

📋 copy color: '#EF9511'

red 239 ◦ green 149 ◦ blue 17

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

Shades of Gamboge #EF9511

Tints of Gamboge #EF9511

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.79%

 BLUE value IS 17 (7.03% from 255) = 4.2%

R = 59.01%
G = 36.79%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF9511 (or 0xEF9511) is known color: Gamboge. HEX triplet: EF, 95 and 11. RGB value is (239,149,17). Sum of RGB (Red+Green+Blue) = 239+149+17=405 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.01% from 405); Green value is 149 (58.59% from 255 or 36.79% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9511 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9511 is #106AEE. Grayscale: #A1A1A1. Windows color (decimal): -1075951 or 1152495. OLE color: 1152495.

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

Color convert

RGB 239 149 17 -
CMYK 0 0.38 0.93 0.06
HSL 35.68º 0.87% 0.5% -
HSV(B) 35.68º 0.93% 0.94% -
XYZ 46.45 39.89 5.78 -
YUV 160.86 46.82 183.73 -
System Red Green Blue C M Y K H S L
Decimal 239 149 17 0 0.38 0.93 0.06 35.68 0.87 0.5
Hex EF 95 11 0 26 5D 6 24 57 32
Octal 357 225 21 0 46 135 6 44 127 62
Binary 11101111 10010101 10001 0 100110 1011101 110 100100 1010111 110010

Color Harmonies of #EF9511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9511

Black with #EF9511

Text Example


Text Example

White with #EF9511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9511; }

 p { color: rgb(239,149,17); }

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

background-color css

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

 a { background-color: rgb(239,149,17); }

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

border-color css

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

 span { border-color: rgb(239,149,17); }

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