Html Css Color HEX #EF9411 Gamboge

📋 copy color: '#EF9411'

red 239 ◦ green 148 ◦ blue 17

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

Shades of Gamboge #EF9411

Tints of Gamboge #EF9411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.63%

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

R = 59.16%
G = 36.63%
B = 4.21%

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

#EF9411 (or 0xEF9411) is known color: Gamboge. HEX triplet: EF, 94 and 11. RGB value is (239,148,17). Sum of RGB (Red+Green+Blue) = 239+148+17=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 17 (7.03% from 255 or 4.21% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9411 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9411 is #106BEE. Grayscale: #A0A0A0. Windows color (decimal): -1076207 or 1152239. OLE color: 1152239.

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

Color convert

RGB 239 148 17 -
CMYK 0 0.38 0.93 0.06
HSL 35.41º 0.87% 0.5% -
HSV(B) 35.41º 0.93% 0.94% -
XYZ 46.29 39.57 5.73 -
YUV 160.28 47.15 184.15 -
System Red Green Blue C M Y K H S L
Decimal 239 148 17 0 0.38 0.93 0.06 35.41 0.87 0.5
Hex EF 94 11 0 26 5D 6 23 57 32
Octal 357 224 21 0 46 135 6 43 127 62
Binary 11101111 10010100 10001 0 100110 1011101 110 100011 1010111 110010

Color Harmonies of #EF9411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9411

Black with #EF9411

Text Example


Text Example

White with #EF9411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9411; }

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

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

background-color css

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

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

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

border-color css

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

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

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