Html Css Color HEX #EF960C Gamboge

📋 copy color: '#EF960C'

red 239 ◦ green 150 ◦ blue 12

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

Shades of Gamboge #EF960C

Tints of Gamboge #EF960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.41%

 BLUE value IS 12 (5.08% from 255) = 2.99%

R = 59.6%
G = 37.41%
B = 2.99%

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

#EF960C (or 0xEF960C) is known color: Gamboge. HEX triplet: EF, 96 and 0C. RGB value is (239,150,12). Sum of RGB (Red+Green+Blue) = 239+150+12=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 150 (58.98% from 255 or 37.41% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF960C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF960C is #1069F3. Grayscale: #A1A1A1. Windows color (decimal): -1075700 or 825071. OLE color: 825071.

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

Color convert

RGB 239 150 12 -
CMYK 0 0.37 0.95 0.06
HSL 36.48º 0.9% 0.49% -
HSV(B) 36.48º 0.95% 0.94% -
XYZ 46.57 40.19 5.65 -
YUV 160.88 43.99 183.72 -
System Red Green Blue C M Y K H S L
Decimal 239 150 12 0 0.37 0.95 0.06 36.48 0.9 0.49
Hex EF 96 C 0 25 5F 6 24 5A 31
Octal 357 226 14 0 45 137 6 44 132 61
Binary 11101111 10010110 1100 0 100101 1011111 110 100100 1011010 110001

Color Harmonies of #EF960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF960C

Black with #EF960C

Text Example


Text Example

White with #EF960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF960C; }

 p { color: rgb(239,150,12); }

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

background-color css

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

 a { background-color: rgb(239,150,12); }

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

border-color css

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

 span { border-color: rgb(239,150,12); }

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