Html Css Color HEX #EF9311 Gamboge

📋 copy color: '#EF9311'

red 239 ◦ green 147 ◦ blue 17

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

Shades of Gamboge #EF9311

Tints of Gamboge #EF9311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

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

R = 59.31%
G = 36.48%
B = 4.22%

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

#EF9311 (or 0xEF9311) is known color: Gamboge. HEX triplet: EF, 93 and 11. RGB value is (239,147,17). Sum of RGB (Red+Green+Blue) = 239+147+17=403 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.31% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 17 (7.03% from 255 or 4.22% from 403); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9311 is #106CEE. Grayscale: #A0A0A0. Windows color (decimal): -1076463 or 1151983. OLE color: 1151983.

HSL color Cylindrical-coordinate representation of color #EF9311: hue angle of 35.14º 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 #EF9311 is Cyan = 0, Magento = 0.38, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 147 17 -
CMYK 0 0.38 0.93 0.06
HSL 35.14º 0.87% 0.5% -
HSV(B) 35.14º 0.93% 0.94% -
XYZ 46.13 39.26 5.68 -
YUV 159.69 47.48 184.57 -
System Red Green Blue C M Y K H S L
Decimal 239 147 17 0 0.38 0.93 0.06 35.14 0.87 0.5
Hex EF 93 11 0 26 5D 6 23 57 32
Octal 357 223 21 0 46 135 6 43 127 62
Binary 11101111 10010011 10001 0 100110 1011101 110 100011 1010111 110010

Color Harmonies of #EF9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9311

Black with #EF9311

Text Example


Text Example

White with #EF9311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9311; }

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

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

background-color css

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

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

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

border-color css

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

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

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