Html Css Color HEX #EF920C Gamboge

📋 copy color: '#EF920C'

red 239 ◦ green 146 ◦ blue 12

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

Shades of Gamboge #EF920C

Tints of Gamboge #EF920C

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.78%

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

R = 60.2%
G = 36.78%
B = 3.02%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF920C (or 0xEF920C) is known color: Gamboge. HEX triplet: EF, 92 and 0C. RGB value is (239,146,12). Sum of RGB (Red+Green+Blue) = 239+146+12=397 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.20% from 397); Green value is 146 (57.42% from 255 or 36.78% from 397); Blue value is 12 (5.08% from 255 or 3.02% from 397); Max value from RGB is 239 - color contains mainly: red. Hex color #EF920C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF920C is #106DF3. Grayscale: #9F9F9F. Windows color (decimal): -1076724 or 824047. OLE color: 824047.

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

Color convert

RGB 239 146 12 -
CMYK 0 0.39 0.95 0.06
HSL 35.42º 0.9% 0.49% -
HSV(B) 35.42º 0.95% 0.94% -
XYZ 45.94 38.94 5.44 -
YUV 158.53 45.31 185.4 -
System Red Green Blue C M Y K H S L
Decimal 239 146 12 0 0.39 0.95 0.06 35.42 0.9 0.49
Hex EF 92 C 0 27 5F 6 23 5A 31
Octal 357 222 14 0 47 137 6 43 132 61
Binary 11101111 10010010 1100 0 100111 1011111 110 100011 1011010 110001

Color Harmonies of #EF920C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF920C

Black with #EF920C

Text Example


Text Example

White with #EF920C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF920C; }

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

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

background-color css

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

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

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

border-color css

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

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

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