Html Css Color HEX #EF930F Gamboge

📋 copy color: '#EF930F'

red 239 ◦ green 147 ◦ blue 15

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

Shades of Gamboge #EF930F

Tints of Gamboge #EF930F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.74%

R = 59.6%
G = 36.66%
B = 3.74%

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

#EF930F (or 0xEF930F) is known color: Gamboge. HEX triplet: EF, 93 and 0F. RGB value is (239,147,15). Sum of RGB (Red+Green+Blue) = 239+147+15=401 (53% of max value = 765). Red value is 239 (93.75% from 255 or 59.60% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 15 (6.25% from 255 or 3.74% from 401); Max value from RGB is 239 - color contains mainly: red. Hex color #EF930F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF930F is #106CF0. Grayscale: #A0A0A0. Windows color (decimal): -1076465 or 1020911. OLE color: 1020911.

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

Color convert

RGB 239 147 15 -
CMYK 0 0.38 0.94 0.06
HSL 35.36º 0.88% 0.5% -
HSV(B) 35.36º 0.94% 0.94% -
XYZ 46.12 39.25 5.6 -
YUV 159.46 46.48 184.73 -
System Red Green Blue C M Y K H S L
Decimal 239 147 15 0 0.38 0.94 0.06 35.36 0.88 0.5
Hex EF 93 F 0 26 5E 6 23 58 32
Octal 357 223 17 0 46 136 6 43 130 62
Binary 11101111 10010011 1111 0 100110 1011110 110 100011 1011000 110010

Color Harmonies of #EF930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF930F

Black with #EF930F

Text Example


Text Example

White with #EF930F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF930F; }

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

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

background-color css

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

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

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

border-color css

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

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

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