Html Css Color HEX #EF970B Gamboge

📋 copy color: '#EF970B'

red 239 ◦ green 151 ◦ blue 11

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

Shades of Gamboge #EF970B

Tints of Gamboge #EF970B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

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

R = 59.6%
G = 37.66%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF970B (or 0xEF970B) is known color: Gamboge. HEX triplet: EF, 97 and 0B. RGB value is (239,151,11). Sum of RGB (Red+Green+Blue) = 239+151+11=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 11 (4.69% from 255 or 2.74% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF970B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF970B is #1068F4. Grayscale: #A2A2A2. Windows color (decimal): -1075445 or 759791. OLE color: 759791.

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

Color convert

RGB 239 151 11 -
CMYK 0 0.37 0.95 0.06
HSL 36.84º 0.91% 0.49% -
HSV(B) 36.84º 0.95% 0.94% -
XYZ 46.72 40.51 5.67 -
YUV 161.35 43.15 183.38 -
System Red Green Blue C M Y K H S L
Decimal 239 151 11 0 0.37 0.95 0.06 36.84 0.91 0.49
Hex EF 97 B 0 25 5F 6 25 5B 31
Octal 357 227 13 0 45 137 6 45 133 61
Binary 11101111 10010111 1011 0 100101 1011111 110 100101 1011011 110001

Color Harmonies of #EF970B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF970B

Black with #EF970B

Text Example


Text Example

White with #EF970B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF970B; }

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

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

background-color css

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

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

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

border-color css

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

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

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