Html Css Color HEX #EF9211 Gamboge

📋 copy color: '#EF9211'

red 239 ◦ green 146 ◦ blue 17

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

Shades of Gamboge #EF9211

Tints of Gamboge #EF9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.32%

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

R = 59.45%
G = 36.32%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EF9211 (or 0xEF9211) is known color: Gamboge. HEX triplet: EF, 92 and 11. RGB value is (239,146,17). Sum of RGB (Red+Green+Blue) = 239+146+17=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 146 (57.42% from 255 or 36.32% from 402); Blue value is 17 (7.03% from 255 or 4.23% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9211 is #106DEE. Grayscale: #9F9F9F. Windows color (decimal): -1076719 or 1151727. OLE color: 1151727.

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

Color convert

RGB 239 146 17 -
CMYK 0 0.39 0.93 0.06
HSL 34.86º 0.87% 0.5% -
HSV(B) 34.86º 0.93% 0.94% -
XYZ 45.98 38.95 5.62 -
YUV 159.1 47.81 184.99 -
System Red Green Blue C M Y K H S L
Decimal 239 146 17 0 0.39 0.93 0.06 34.86 0.87 0.5
Hex EF 92 11 0 27 5D 6 23 57 32
Octal 357 222 21 0 47 135 6 43 127 62
Binary 11101111 10010010 10001 0 100111 1011101 110 100011 1010111 110010

Color Harmonies of #EF9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9211

Black with #EF9211

Text Example


Text Example

White with #EF9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9211; }

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

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

background-color css

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

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

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

border-color css

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

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

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