Html Css Color HEX #EF9312 Gamboge

📋 copy color: '#EF9312'

red 239 ◦ green 147 ◦ blue 18

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

Shades of Gamboge #EF9312

Tints of Gamboge #EF9312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.46%

R = 59.16%
G = 36.39%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF9312 (or 0xEF9312) is known color: Gamboge. HEX triplet: EF, 93 and 12. RGB value is (239,147,18). Sum of RGB (Red+Green+Blue) = 239+147+18=404 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.16% from 404); Green value is 147 (57.81% from 255 or 36.39% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9312 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9312 is #106CED. Grayscale: #A0A0A0. Windows color (decimal): -1076462 or 1217519. OLE color: 1217519.

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

Color convert

RGB 239 147 18 -
CMYK 0 0.38 0.92 0.06
HSL 35.02º 0.87% 0.5% -
HSV(B) 35.02º 0.92% 0.94% -
XYZ 46.14 39.26 5.72 -
YUV 159.8 47.98 184.49 -
System Red Green Blue C M Y K H S L
Decimal 239 147 18 0 0.38 0.92 0.06 35.02 0.87 0.5
Hex EF 93 12 0 26 5C 6 23 57 32
Octal 357 223 22 0 46 134 6 43 127 62
Binary 11101111 10010011 10010 0 100110 1011100 110 100011 1010111 110010

Color Harmonies of #EF9312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9312

Black with #EF9312

Text Example


Text Example

White with #EF9312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9312; }

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

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

background-color css

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

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

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

border-color css

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

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

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