Html Css Color HEX #EF930C Gamboge

📋 copy color: '#EF930C'

red 239 ◦ green 147 ◦ blue 12

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

Shades of Gamboge #EF930C

Tints of Gamboge #EF930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.93%

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

R = 60.05%
G = 36.93%
B = 3.02%

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

#EF930C (or 0xEF930C) is known color: Gamboge. HEX triplet: EF, 93 and 0C. RGB value is (239,147,12). Sum of RGB (Red+Green+Blue) = 239+147+12=398 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.05% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 239 - color contains mainly: red. Hex color #EF930C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF930C is #106CF3. Grayscale: #9F9F9F. Windows color (decimal): -1076468 or 824303. OLE color: 824303.

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

Color convert

RGB 239 147 12 -
CMYK 0 0.38 0.95 0.06
HSL 35.68º 0.9% 0.49% -
HSV(B) 35.68º 0.95% 0.94% -
XYZ 46.1 39.24 5.49 -
YUV 159.12 44.98 184.98 -
System Red Green Blue C M Y K H S L
Decimal 239 147 12 0 0.38 0.95 0.06 35.68 0.9 0.49
Hex EF 93 C 0 26 5F 6 24 5A 31
Octal 357 223 14 0 46 137 6 44 132 61
Binary 11101111 10010011 1100 0 100110 1011111 110 100100 1011010 110001

Color Harmonies of #EF930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF930C

Black with #EF930C

Text Example


Text Example

White with #EF930C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF930C; }

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

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

background-color css

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

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

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

border-color css

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

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

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