Html Css Color HEX #EF950B Gamboge

📋 copy color: '#EF950B'

red 239 ◦ green 149 ◦ blue 11

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

Shades of Gamboge #EF950B

Tints of Gamboge #EF950B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.76%

R = 59.9%
G = 37.34%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF950B (or 0xEF950B) is known color: Gamboge. HEX triplet: EF, 95 and 0B. RGB value is (239,149,11). Sum of RGB (Red+Green+Blue) = 239+149+11=399 (52% of max value = 765). Red value is 239 (93.75% from 255 or 59.90% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 11 (4.69% from 255 or 2.76% from 399); Max value from RGB is 239 - color contains mainly: red. Hex color #EF950B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF950B is #106AF4. Grayscale: #A0A0A0. Windows color (decimal): -1075957 or 759279. OLE color: 759279.

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

Color convert

RGB 239 149 11 -
CMYK 0 0.38 0.95 0.06
HSL 36.32º 0.91% 0.49% -
HSV(B) 36.32º 0.95% 0.94% -
XYZ 46.4 39.87 5.57 -
YUV 160.18 43.82 184.22 -
System Red Green Blue C M Y K H S L
Decimal 239 149 11 0 0.38 0.95 0.06 36.32 0.91 0.49
Hex EF 95 B 0 26 5F 6 24 5B 31
Octal 357 225 13 0 46 137 6 44 133 61
Binary 11101111 10010101 1011 0 100110 1011111 110 100100 1011011 110001

Color Harmonies of #EF950B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF950B

Black with #EF950B

Text Example


Text Example

White with #EF950B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF950B; }

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

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

background-color css

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

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

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

border-color css

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

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

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