Html Css Color HEX #EF9512 Gamboge

📋 copy color: '#EF9512'

red 239 ◦ green 149 ◦ blue 18

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

Shades of Gamboge #EF9512

Tints of Gamboge #EF9512

RGB

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

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

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

R = 58.87%
G = 36.7%
B = 4.43%

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

#EF9512 (or 0xEF9512) is known color: Gamboge. HEX triplet: EF, 95 and 12. RGB value is (239,149,18). Sum of RGB (Red+Green+Blue) = 239+149+18=406 (53% of max value = 765). Red value is 239 (93.75% from 255 or 58.87% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 18 (7.42% from 255 or 4.43% from 406); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9512 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF9512 is #106AED. Grayscale: #A1A1A1. Windows color (decimal): -1075950 or 1218031. OLE color: 1218031.

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

Color convert

RGB 239 149 18 -
CMYK 0 0.38 0.92 0.06
HSL 35.57º 0.87% 0.5% -
HSV(B) 35.57º 0.92% 0.94% -
XYZ 46.45 39.89 5.82 -
YUV 160.98 47.32 183.65 -
System Red Green Blue C M Y K H S L
Decimal 239 149 18 0 0.38 0.92 0.06 35.57 0.87 0.5
Hex EF 95 12 0 26 5C 6 24 57 32
Octal 357 225 22 0 46 134 6 44 127 62
Binary 11101111 10010101 10010 0 100110 1011100 110 100100 1010111 110010

Color Harmonies of #EF9512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF9512

Black with #EF9512

Text Example


Text Example

White with #EF9512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF9512; }

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

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

background-color css

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

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

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

border-color css

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

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

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