Html Css Color HEX #EF950E Gamboge

📋 copy color: '#EF950E'

red 239 ◦ green 149 ◦ blue 14

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

Shades of Gamboge #EF950E

Tints of Gamboge #EF950E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.48%

R = 59.45%
G = 37.06%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF950E (or 0xEF950E) is known color: Gamboge. HEX triplet: EF, 95 and 0E. RGB value is (239,149,14). Sum of RGB (Red+Green+Blue) = 239+149+14=402 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.45% from 402); Green value is 149 (58.59% from 255 or 37.06% from 402); Blue value is 14 (5.86% from 255 or 3.48% from 402); Max value from RGB is 239 - color contains mainly: red. Hex color #EF950E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF950E is #106AF1. Grayscale: #A1A1A1. Windows color (decimal): -1075954 or 955887. OLE color: 955887.

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

Color convert

RGB 239 149 14 -
CMYK 0 0.38 0.94 0.06
HSL 36º 0.89% 0.5% -
HSV(B) 36º 0.94% 0.94% -
XYZ 46.42 39.88 5.67 -
YUV 160.52 45.32 183.98 -
System Red Green Blue C M Y K H S L
Decimal 239 149 14 0 0.38 0.94 0.06 36 0.89 0.5
Hex EF 95 E 0 26 5E 6 24 59 32
Octal 357 225 16 0 46 136 6 44 131 62
Binary 11101111 10010101 1110 0 100110 1011110 110 100100 1011001 110010

Color Harmonies of #EF950E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF950E

Black with #EF950E

Text Example


Text Example

White with #EF950E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF950E; }

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

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

background-color css

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

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

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

border-color css

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

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

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